Revert "Remove pre-wrap from status_body"

This reverts commit 01164fc520.
This commit is contained in:
ilja 2024-10-20 11:54:55 +02:00
parent 01164fc520
commit 7f08fe9dc4

View file

@ -61,6 +61,9 @@
}
.text {
& > * {
white-space: pre-wrap;
}
&.-single-line {
white-space: nowrap;
text-overflow: ellipsis;