From db84c1c87292fb34edcb99ae308f4e55deb9171b Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Tue, 29 Nov 2016 17:06:09 +0100 Subject: [PATCH] Fix missing text for downloads on mobile * fixes #2362 Signed-off-by: Morris Jobke --- apps/files_sharing/css/mobile.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/files_sharing/css/mobile.css b/apps/files_sharing/css/mobile.css index 2a630f552e..f24ada1898 100644 --- a/apps/files_sharing/css/mobile.css +++ b/apps/files_sharing/css/mobile.css @@ -46,7 +46,7 @@ table td.filename .nametext { padding: 0 6px 0 12px; } /* hide text of the actions on mobile */ -#fileList a.action span { +#fileList a.action:not(.menuitem) span { display: none; }