diff options
-rw-r--r-- | apps/comments/css/comments.scss | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/apps/comments/css/comments.scss b/apps/comments/css/comments.scss index 5e0bbce28a1..ec400a68090 100644 --- a/apps/comments/css/comments.scss +++ b/apps/comments/css/comments.scss @@ -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 |