diff options
author | Morris Jobke <hey@morrisjobke.de> | 2016-11-29 17:06:09 +0100 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2016-12-02 00:47:11 +0100 |
commit | f39a308527b1d24022f8e32d791919d014f8a805 (patch) | |
tree | f3ecd44e6e851099d36635bf33f5a00f4f3260a1 /apps | |
parent | 1c4a1b880767f986eac8793b655a0591c0f26720 (diff) | |
download | nextcloud-server-f39a308527b1d24022f8e32d791919d014f8a805.tar.gz nextcloud-server-f39a308527b1d24022f8e32d791919d014f8a805.zip |
Fix missing text for downloads on mobile
* fixes #2362
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
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; } |