mirror of
https://github.com/discourse/discourse.git
synced 2025-03-29 12:26:16 +08:00
FIX: overflow of channel title in preview card (#21112)
This commit is contained in:
parent
ae5aa0c79f
commit
9e269f993b
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user