From 35be2a98795f9c6d374bef71afcfc9985284738e Mon Sep 17 00:00:00 2001 From: Joffrey JAFFEUX Date: Sat, 30 Nov 2024 01:07:39 +0100 Subject: [PATCH] FIX: word break long continuous thread titles (#30007) --- plugins/chat/assets/stylesheets/common/chat-thread-heading.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/chat/assets/stylesheets/common/chat-thread-heading.scss b/plugins/chat/assets/stylesheets/common/chat-thread-heading.scss index 0ad4fece994..e0adf6dc656 100644 --- a/plugins/chat/assets/stylesheets/common/chat-thread-heading.scss +++ b/plugins/chat/assets/stylesheets/common/chat-thread-heading.scss @@ -16,4 +16,5 @@ padding-left: 0.5em; color: var(--secondary-low); margin-bottom: 0; + word-break: break-word; }