mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
Added ellipsis for longer usernames.
Towards #7281 Signed-off-by: Abijeet <abijeetpatro@gmail.com>
This commit is contained in:
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue