Correctly ellipsize file names, fix #6498

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2017-09-14 16:40:24 +02:00
parent 06691611e3
commit 42ac9cde08
2 changed files with 5 additions and 1 deletions

View File

@ -350,6 +350,10 @@ table td.filename .nametext {
max-width: 800px;
height: 100%;
}
/* ellipsis on file names */
table td.filename .nametext .innernametext {
max-width: calc(100% - 100px) !important;
}
.has-favorites #fileList td.filename a.name {
left: 50px;
margin-right: 50px;

View File

@ -61,7 +61,7 @@ table td.filename .nametext {
/* ellipsis on file names */
table td.filename .nametext .innernametext {
max-width: calc(100% - 175px);
max-width: calc(100% - 175px) !important;
}
/* proper notification area for multi line messages */