1
0
Fork 0
mirror of https://akkoma.dev/AkkomaGang/akkoma-fe synced 2025-07-13 15:17:18 +08:00

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 {
& > * {
white-space: pre-wrap;
}
&.-single-line {
white-space: nowrap;
text-overflow: ellipsis;