From 2f510cbd055b21cc2daf0570063fbdd3fafb995c Mon Sep 17 00:00:00 2001 From: chapoi <101828855+chapoi@users.noreply.github.com> Date: Thu, 3 Nov 2022 09:17:23 +0100 Subject: [PATCH] FIX: Do not limit scope to direct messages (#18855) --- plugins/chat/assets/stylesheets/desktop/chat-channel-title.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/chat/assets/stylesheets/desktop/chat-channel-title.scss b/plugins/chat/assets/stylesheets/desktop/chat-channel-title.scss index 02656c4d5cb..e127cbe8d41 100644 --- a/plugins/chat/assets/stylesheets/desktop/chat-channel-title.scss +++ b/plugins/chat/assets/stylesheets/desktop/chat-channel-title.scss @@ -1,4 +1,4 @@ -.channels-list .direct-message-channels { +.channels-list { .chat-channel-title { max-width: 100%; box-sizing: border-box;