Merge branch 'fix-word-break' into shigusegubu-themes3

This commit is contained in:
Henry Jameson 2025-04-03 12:45:33 +03:00
commit 2fcbebc995
4 changed files with 7 additions and 3 deletions

View file

View file

@ -205,6 +205,7 @@
min-height: calc(var(--post-line-height) * 1em);
resize: none;
background: transparent;
text-wrap: stable;
&.scrollable-form {
overflow-y: auto;

View file

@ -92,8 +92,10 @@
a {
display: inline-block;
overflow-wrap: break-word;
text-wrap: pretty;
white-space: nowrap;
text-overflow: ellipsis;
overflow-x: hidden;
width: 100%
}
}
@ -101,6 +103,7 @@
min-width: 1.6em;
margin-right: 0.4em;
white-space: nowrap;
overflow-wrap: nowrap;
overflow: hidden;
text-overflow: ellipsis;
flex: 1 1 0;

View file

@ -54,7 +54,7 @@
.text-wrapper {
text-overflow: ellipsis;
word-break: break-word;
overflow-wrap: break-word;
overflow: hidden;
display: flex;
flex-flow: column nowrap;