diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2016-11-29 18:49:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-29 18:49:21 +0100 |
commit | 9680201644f28e4cbb2b197f7fdcfde01d8aa16a (patch) | |
tree | 646b0bfe8515154e1e090300526575abc3e70270 /apps | |
parent | a84dacc16fdb08112b7ac5c73c710108986e5379 (diff) | |
parent | db84c1c87292fb34edcb99ae308f4e55deb9171b (diff) | |
download | nextcloud-server-9680201644f28e4cbb2b197f7fdcfde01d8aa16a.tar.gz nextcloud-server-9680201644f28e4cbb2b197f7fdcfde01d8aa16a.zip |
Merge pull request #2410 from nextcloud/fix-mobile-text
Fix missing text for downloads on mobile
Diffstat (limited to 'apps')
-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; } |