From 7f08fe9dc42766dc240f989d4fac1d043f6f380e Mon Sep 17 00:00:00 2001 From: ilja Date: Sun, 20 Oct 2024 11:54:55 +0200 Subject: [PATCH] Revert "Remove pre-wrap from status_body" This reverts commit 01164fc520313e791b7346479194ff7e8085657e. --- src/components/status_body/status_body.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/status_body/status_body.scss b/src/components/status_body/status_body.scss index 236d8ee1..434cb482 100644 --- a/src/components/status_body/status_body.scss +++ b/src/components/status_body/status_body.scss @@ -61,6 +61,9 @@ } .text { + & > * { + white-space: pre-wrap; + } &.-single-line { white-space: nowrap; text-overflow: ellipsis;