Skip to content
Snippets Groups Projects
Commit 5b189315 authored by Raghu Nayyar's avatar Raghu Nayyar
Browse files

Merge pull request #9234 from owncloud/fix-ellipsis-for-folders

Fix ellipsis for folders on mobile screens
parents 7804bd01 9eb7ed49
Branches
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ table.multiselect thead {
/* restrict length of displayed filename to prevent overflow */
table td.filename .nametext {
max-width: 75% !important;
width: 100%;
}
/* always show actions on mobile, not only on hover */
......@@ -51,7 +51,7 @@ table td.filename .nametext {
/* ellipsis on file names */
table td.filename .nametext .innernametext {
max-width: 75%;
max-width: 50%;
}
/* proper notification area for multi line messages */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment