From d58a2b853f5f2e099041f58ad5a4a0655b60508d Mon Sep 17 00:00:00 2001 From: chapoi <101828855+chapoi@users.noreply.github.com> Date: Thu, 10 Oct 2024 09:57:32 +0200 Subject: [PATCH] UX: fix missing text overflow ellipsis in chat index pages (#29150) --- .../chat/assets/stylesheets/common/chat-channel-name.scss | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/plugins/chat/assets/stylesheets/common/chat-channel-name.scss b/plugins/chat/assets/stylesheets/common/chat-channel-name.scss index 122332484bd..c949a8af707 100644 --- a/plugins/chat/assets/stylesheets/common/chat-channel-name.scss +++ b/plugins/chat/assets/stylesheets/common/chat-channel-name.scss @@ -7,16 +7,13 @@ } &__label { - display: flex; - align-items: center; - white-space: nowrap; - gap: 0.5rem; + @include ellipsis; } .emoji { height: 1em; width: 1em; - vertical-align: baseline; + vertical-align: middle; } .chat-channel-unread-indicator {