FIX: overflow of channel title in preview card (#21112)

This commit is contained in:
chapoi 2023-04-17 15:05:59 +02:00 committed by GitHub
parent ae5aa0c79f
commit 9e269f993b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,4 @@
//appears in: header of chat pane, channel info, preview card
.chat-channel-title-wrapper {
display: flex;
align-items: center;
@ -9,6 +10,10 @@
align-items: center;
@include ellipsis;
.chat-channel-preview-card & {
max-width: 100%;
}
&__user-info {
overflow: hidden;
}