From 4f3da2bee4c67a03e8e9f40d46e349275d2b4bc4 Mon Sep 17 00:00:00 2001 From: Rodrigo Almeida Date: Thu, 5 Jan 2017 00:45:06 -0200 Subject: [PATCH] Update mobile.css --- apps/files/css/mobile.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/files/css/mobile.css b/apps/files/css/mobile.css index 2de9968983..4a37bf15a4 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 */