Fix CSS
ci/woodpecker/pr/woodpecker Pipeline was successful Details

This commit is contained in:
Sol Fisher Romanoff 2022-07-12 20:31:36 +03:00
parent 8c9821e444
commit 8861835580
Signed by untrusted user who does not match committer: nbsp
GPG Key ID: 9D3F2B64F2341B62
1 changed files with 3 additions and 1 deletions

View File

@ -17,7 +17,6 @@
& .text, & .text,
& .summary { & .summary {
font-family: var(--postFont, sans-serif); font-family: var(--postFont, sans-serif);
white-space: pre-wrap;
overflow-wrap: break-word; overflow-wrap: break-word;
word-wrap: break-word; word-wrap: break-word;
word-break: break-word; word-break: break-word;
@ -31,6 +30,9 @@
} }
.text { .text {
& > * {
white-space: pre-wrap;
}
&.-single-line { &.-single-line {
white-space: nowrap; white-space: nowrap;
text-overflow: ellipsis; text-overflow: ellipsis;