From 4f3da2bee4c67a03e8e9f40d46e349275d2b4bc4 Mon Sep 17 00:00:00 2001 From: Rodrigo Almeida Date: Thu, 5 Jan 2017 00:45:06 -0200 Subject: Update mobile.css --- apps/files/css/mobile.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/files/css') 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 */ -- cgit v1.2.3