From bd18349f46bdcd1b683ce3440db3d2815a796d40 Mon Sep 17 00:00:00 2001 From: =?utf8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Tue, 29 Nov 2016 13:47:37 +0100 Subject: [PATCH] Fix mobile view MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- apps/files/css/mobile.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/apps/files/css/mobile.css b/apps/files/css/mobile.css index c465f890dda..2de99689839 100644 --- a/apps/files/css/mobile.css +++ b/apps/files/css/mobile.css @@ -61,11 +61,6 @@ table td.filename .nametext .innernametext { max-width: 50%; } -/* ellipsis on user names in share sidebar, less on mobile */ -#shareWithList .username { - max-width: 80px !important; -} - /* proper notification area for multi line messages */ #notification-container { display: -webkit-box; -- 2.39.5