UX: add text-overflow for channel members list (#27208)
This commit is contained in:
parent
2a28cda15c
commit
6a21143d83
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue