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

View File

@ -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 {