UX: fix missing text overflow ellipsis in chat index pages (#29150)

This commit is contained in:
chapoi 2024-10-10 09:57:32 +02:00 committed by GitHub
parent d56bb72819
commit d58a2b853f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 5 deletions

View File

@ -7,16 +7,13 @@
} }
&__label { &__label {
display: flex; @include ellipsis;
align-items: center;
white-space: nowrap;
gap: 0.5rem;
} }
.emoji { .emoji {
height: 1em; height: 1em;
width: 1em; width: 1em;
vertical-align: baseline; vertical-align: middle;
} }
.chat-channel-unread-indicator { .chat-channel-unread-indicator {