Merge pull request #3801 from JaeeunCho/userlist_truncate

HTML5 - Truncate user name and chat name
This commit is contained in:
Anton Georgiev 2017-04-24 15:02:16 -04:00 committed by GitHub
commit d7a61a8a7e
3 changed files with 6 additions and 0 deletions

View File

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

View File

@ -54,6 +54,8 @@
.chatNameMain {
@extend %no-margin;
@extend %text-elipsis;
font-size: 0.95rem;
font-weight: 400;
margin-left: $sm-padding-x;

View File

@ -153,8 +153,10 @@
}
.dropdownContent {
@extend %text-elipsis;
cursor: default;
min-width: 10vw;
max-width: 100%;
}
.actionsHeader {