From 7615e9373b83f7975f2c1ea89c992a51d35ba64d Mon Sep 17 00:00:00 2001 From: "P. Douglas Reeder" Date: Fri, 8 Nov 2024 16:33:17 -0500 Subject: [PATCH] Fixes layout bug in chat sidebar introduced by PR #6511 --- src/react-components/room/ChatSidebar.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/react-components/room/ChatSidebar.scss b/src/react-components/room/ChatSidebar.scss index 2388de1869..e392f2b62e 100644 --- a/src/react-components/room/ChatSidebar.scss +++ b/src/react-components/room/ChatSidebar.scss @@ -51,7 +51,7 @@ flex-direction: row; justify-content: start; font-size: theme.$font-size-md; - overflow-wrap: break-word; + overflow-wrap: anywhere; line-height: 1.25; img,