ellipsize sharee name to not overlap with

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2016-10-18 11:18:25 +02:00
parent 129fdf2e2e
commit 22f76d96ad
1 changed files with 6 additions and 1 deletions

View File

@ -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;
}
}
}