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;