diff options
-rw-r--r-- | apps/files_sharing/css/mobile.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/css/mobile.css b/apps/files_sharing/css/mobile.css index 2a630f552ee..f24ada1898a 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; } |