Changed StatusBody.text white space to normal
This commit is contained in:
parent
52b0b6f008
commit
16467d2e19
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@
|
||||||
|
|
||||||
.text {
|
.text {
|
||||||
& > * {
|
& > * {
|
||||||
white-space: pre-wrap;
|
white-space: normal;
|
||||||
}
|
}
|
||||||
&.-single-line {
|
&.-single-line {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
|
Loading…
Reference in a new issue