Merge branch 'fix-word-break' into shigusegubu-themes3
This commit is contained in:
commit
2fcbebc995
4 changed files with 7 additions and 3 deletions
0
changelog.d/fix-wrap.skip
Normal file
0
changelog.d/fix-wrap.skip
Normal 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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue