Fix ellipsis for folders on mobile screens

* fixes #9162
This commit is contained in:
Morris Jobke 2014-06-26 16:37:34 +02:00
parent 1822bba5e9
commit 9eb7ed4925
1 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ table.multiselect thead {
/* restrict length of displayed filename to prevent overflow */ /* restrict length of displayed filename to prevent overflow */
table td.filename .nametext { table td.filename .nametext {
max-width: 75% !important; width: 100%;
} }
/* always show actions on mobile, not only on hover */ /* always show actions on mobile, not only on hover */
@ -51,7 +51,7 @@ table td.filename .nametext {
/* ellipsis on file names */ /* ellipsis on file names */
table td.filename .nametext .innernametext { table td.filename .nametext .innernametext {
max-width: 75%; max-width: 50%;
} }
/* proper notification area for multi line messages */ /* proper notification area for multi line messages */