diff options
Diffstat (limited to 'apps/files/css/mobile.css')
-rw-r--r-- | apps/files/css/mobile.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/files/css/mobile.css b/apps/files/css/mobile.css index 087bb1f8364..bb71d67c761 100644 --- a/apps/files/css/mobile.css +++ b/apps/files/css/mobile.css @@ -49,5 +49,12 @@ table td.filename .nametext { display: none; } +/* ellipsis on file names */ +.nametext { + width: 60%; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; +} } |