From 8861835580e44c7607af947595d027496a67b9dc Mon Sep 17 00:00:00 2001 From: Sol Fisher Romanoff Date: Tue, 12 Jul 2022 20:31:36 +0300 Subject: [PATCH] Fix CSS --- src/components/status_body/status_body.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/status_body/status_body.scss b/src/components/status_body/status_body.scss index d88a6c5e..cec28db5 100644 --- a/src/components/status_body/status_body.scss +++ b/src/components/status_body/status_body.scss @@ -17,7 +17,6 @@ & .text, & .summary { font-family: var(--postFont, sans-serif); - white-space: pre-wrap; overflow-wrap: break-word; word-wrap: break-word; word-break: break-word; @@ -31,6 +30,9 @@ } .text { + & > * { + white-space: pre-wrap; + } &.-single-line { white-space: nowrap; text-overflow: ellipsis;