summaryrefslogtreecommitdiffstats
path: root/apps/files/css/mobile.css
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files/css/mobile.css')
-rw-r--r--apps/files/css/mobile.css7
1 files changed, 2 insertions, 5 deletions
diff --git a/apps/files/css/mobile.css b/apps/files/css/mobile.css
index 3ad7d634838..5e7d3875536 100644
--- a/apps/files/css/mobile.css
+++ b/apps/files/css/mobile.css
@@ -50,11 +50,8 @@ table td.filename .nametext {
}
/* ellipsis on file names */
-.nametext {
- width: 60%;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
+table td.filename .nametext .innernametext {
+ max-width: 75%;
}
/* proper notification area for multi line messages */