aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2017-01-11 09:34:32 +0100
committerGitHub <noreply@github.com>2017-01-11 09:34:32 +0100
commitc4e51fd0557728a18a689d1160e00a09dfc6e789 (patch)
tree16bccd2dfba3052371649d9aa2a9a8b8b8a8b8b1
parent447e388ce9c6d84913f476f532a5bc1e0493897f (diff)
parent4f3da2bee4c67a03e8e9f40d46e349275d2b4bc4 (diff)
downloadnextcloud-server-c4e51fd0557728a18a689d1160e00a09dfc6e789.tar.gz
nextcloud-server-c4e51fd0557728a18a689d1160e00a09dfc6e789.zip
Merge pull request #3020 from nextcloud/2944
[#2944] Update mobile.css
-rw-r--r--apps/files/css/mobile.css2
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 */