diff options
author | Morris Jobke <morris.jobke@gmail.com> | 2014-06-08 17:48:53 +0200 |
---|---|---|
committer | Morris Jobke <morris.jobke@gmail.com> | 2014-06-08 17:48:53 +0200 |
commit | e3429b63a275a170fa2b5269d9ee0d1a298d3a0b (patch) | |
tree | 9c82a497664a27de96a35ca15f037857224b5596 /apps/files/css/mobile.css | |
parent | f3a605230af67cc8e22ae8e9c88a234193b2dc36 (diff) | |
download | nextcloud-server-e3429b63a275a170fa2b5269d9ee0d1a298d3a0b.tar.gz nextcloud-server-e3429b63a275a170fa2b5269d9ee0d1a298d3a0b.zip |
improve ellipsis of filename for different screen sizes
Diffstat (limited to 'apps/files/css/mobile.css')
-rw-r--r-- | apps/files/css/mobile.css | 7 |
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 */ |