From 6a21143d83827be6796f25c2000f95e6f4b7980e Mon Sep 17 00:00:00 2001 From: chapoi <101828855+chapoi@users.noreply.github.com> Date: Mon, 27 May 2024 21:28:54 +0200 Subject: [PATCH] UX: add text-overflow for channel members list (#27208) --- .../stylesheets/common/chat-channel-members.scss | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/plugins/chat/assets/stylesheets/common/chat-channel-members.scss b/plugins/chat/assets/stylesheets/common/chat-channel-members.scss index a2f57c5d77b..27815590700 100644 --- a/plugins/chat/assets/stylesheets/common/chat-channel-members.scss +++ b/plugins/chat/assets/stylesheets/common/chat-channel-members.scss @@ -33,10 +33,14 @@ margin-right: 0.5rem; } - .chat-user-display-name span:not(.-first) { - color: var(--primary-high); - font-size: var(--font-down-1); - margin-left: 0.5rem; + .chat-user-display-name { + @include ellipsis; + + span:not(.-first) { + color: var(--primary-high); + font-size: var(--font-down-1); + margin-left: 0.5rem; + } } .user-status-message {