Skip to content
Snippets Groups Projects
Commit 6d2716dc authored by Abijeet's avatar Abijeet
Browse files

Added ellipsis for longer usernames.


Towards #7281

Signed-off-by: default avatarAbijeet <abijeetpatro@gmail.com>
parent 872853af
No related branches found
No related tags found
No related merge requests found
...@@ -159,11 +159,16 @@ ...@@ -159,11 +159,16 @@
.atwho-view-ul * .avatar-name-wrapper { .atwho-view-ul * .avatar-name-wrapper {
white-space: nowrap; white-space: nowrap;
} }
#commentsTabView .comment .author, #commentsTabView .comment .author,
#commentsTabView .comment .date { #commentsTabView .comment .date {
opacity: .5; opacity: .5;
} }
#commentsTabView .comment .author {
max-width: 210px;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
#commentsTabView .comment .date { #commentsTabView .comment .date {
margin-left: auto; margin-left: auto;
/** this is to fix the tooltip being too close due to the margin-top applied /** this is to fix the tooltip being too close due to the margin-top applied
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment