This commit is contained in:
Sol Fisher Romanoff 2022-07-12 20:31:36 +03:00
parent 8c9821e444
commit 8861835580
No known key found for this signature in database
GPG key ID: 9D3F2B64F2341B62

View file

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