Added ellipsis for longer usernames.

Towards #7281

Signed-off-by: Abijeet <abijeetpatro@gmail.com>
pull/7800/head
Abijeet 2018-02-25 20:10:56 +07:00
parent 872853af58
commit 6d2716dceb
1 changed files with 6 additions and 1 deletions

@ -159,11 +159,16 @@
.atwho-view-ul * .avatar-name-wrapper {
white-space: nowrap;
}
#commentsTabView .comment .author,
#commentsTabView .comment .date {
opacity: .5;
}
#commentsTabView .comment .author {
max-width: 210px;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
#commentsTabView .comment .date {
margin-left: auto;
/** this is to fix the tooltip being too close due to the margin-top applied