From 8dc772f2a8924120d95636d4b3f961daf6e3e7c8 Mon Sep 17 00:00:00 2001 From: David Battersby Date: Thu, 14 Nov 2024 15:27:14 +0400 Subject: [PATCH] UX: prevent shrinking unread badge for long DM channel names (#29756) Fixes a small UX issue where the unread badge gets squashed in long DM channel names. --- plugins/chat/assets/stylesheets/common/chat-channel-name.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/chat/assets/stylesheets/common/chat-channel-name.scss b/plugins/chat/assets/stylesheets/common/chat-channel-name.scss index 8f55eec36b1..a564ad9c791 100644 --- a/plugins/chat/assets/stylesheets/common/chat-channel-name.scss +++ b/plugins/chat/assets/stylesheets/common/chat-channel-name.scss @@ -29,6 +29,7 @@ justify-content: center; width: 8px; height: 8px; + flex-shrink: 0; &.-urgent { width: auto;