forked from AkkomaGang/akkoma-fe
Revert "Remove pre-wrap from status_body"
This reverts commit 01164fc520
.
This commit is contained in:
parent
01164fc520
commit
7f08fe9dc4
1 changed files with 3 additions and 0 deletions
|
@ -61,6 +61,9 @@
|
|||
}
|
||||
|
||||
.text {
|
||||
& > * {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
&.-single-line {
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
|
|
Loading…
Reference in a new issue