diff options
author | Rodrigo Almeida <djrodrigoalmeida@yahoo.com.br> | 2017-01-05 00:45:06 -0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2017-01-11 09:12:08 +0100 |
commit | 4f3da2bee4c67a03e8e9f40d46e349275d2b4bc4 (patch) | |
tree | 16bccd2dfba3052371649d9aa2a9a8b8b8a8b8b1 /apps/files/css | |
parent | 447e388ce9c6d84913f476f532a5bc1e0493897f (diff) | |
download | nextcloud-server-4f3da2bee4c67a03e8e9f40d46e349275d2b4bc4.tar.gz nextcloud-server-4f3da2bee4c67a03e8e9f40d46e349275d2b4bc4.zip |
Update mobile.css
Diffstat (limited to 'apps/files/css')
-rw-r--r-- | apps/files/css/mobile.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/css/mobile.css b/apps/files/css/mobile.css index 2de99689839..4a37bf15a4b 100644 --- a/apps/files/css/mobile.css +++ b/apps/files/css/mobile.css @@ -58,7 +58,7 @@ table td.filename .nametext { /* ellipsis on file names */ table td.filename .nametext .innernametext { - max-width: 50%; + max-width: calc(100% - 175px); } /* proper notification area for multi line messages */ |