Remove pre-wrap from status_body

For some strange reason, after a mention a quote would be double as high as it should.

Removing this "pre-wrap" seems to fix this. I'm not sure what it was exactly for, but I don't see anything break.

The code blocks now don't wrap any more, but show a scroll bar, which imo is better for a code block.
This commit is contained in:
ilja 2024-10-12 18:27:14 +02:00
parent fa058ca093
commit 01164fc520

View file

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