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 {
|
.text {
|
||||||
|
& > * {
|
||||||
|
white-space: pre-wrap;
|
||||||
|
}
|
||||||
&.-single-line {
|
&.-single-line {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
|
|
Loading…
Reference in a new issue