Merge pull request #3801 from JaeeunCho/userlist_truncate
HTML5 - Truncate user name and chat name
This commit is contained in:
commit
d7a61a8a7e
@ -96,6 +96,8 @@ $bars-padding: $lg-padding-x - .45rem; // -.45 so user-list and chat title is al
|
||||
|
||||
.userList {
|
||||
@extend %full-page;
|
||||
@extend %text-elipsis;
|
||||
|
||||
z-index: 2;
|
||||
overflow: visible;
|
||||
|
||||
|
@ -54,6 +54,8 @@
|
||||
|
||||
.chatNameMain {
|
||||
@extend %no-margin;
|
||||
@extend %text-elipsis;
|
||||
|
||||
font-size: 0.95rem;
|
||||
font-weight: 400;
|
||||
margin-left: $sm-padding-x;
|
||||
|
@ -153,8 +153,10 @@
|
||||
}
|
||||
|
||||
.dropdownContent {
|
||||
@extend %text-elipsis;
|
||||
cursor: default;
|
||||
min-width: 10vw;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.actionsHeader {
|
||||
|
Loading…
Reference in New Issue
Block a user