ellipsize sharee name to not overlap with
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
parent
129fdf2e2e
commit
22f76d96ad
1 changed files with 6 additions and 1 deletions
|
@ -61,6 +61,11 @@ table td.filename .nametext .innernametext {
|
|||
max-width: 50%;
|
||||
}
|
||||
|
||||
/* ellipsis on user names in share sidebar */
|
||||
#shareWithList .username {
|
||||
max-width: 80px !important;
|
||||
}
|
||||
|
||||
/* proper notification area for multi line messages */
|
||||
#notification-container {
|
||||
display: -webkit-box;
|
||||
|
@ -82,4 +87,4 @@ table td.filename .nametext .innernametext {
|
|||
display: block !important;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue