diff --git a/src/components/status_body/status_body.scss b/src/components/status_body/status_body.scss index 32a2502fc..18d38827c 100644 --- a/src/components/status_body/status_body.scss +++ b/src/components/status_body/status_body.scss @@ -54,7 +54,7 @@ .text-wrapper { text-overflow: ellipsis; - word-break: break-word; + overflow-wrap: break-word; overflow: hidden; display: flex; flex-flow: column nowrap;