summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/css
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2015-07-06 13:37:14 +0200
committerMorris Jobke <hey@morrisjobke.de>2015-07-06 13:37:14 +0200
commit7da5e53741b01bef1a60fc13e681a0c238e9d94e (patch)
treee8fc76590379962c3af6f0c0061198c8294a3237 /apps/files_sharing/css
parent8400bb9979fc18c00eb178c9c8c363d6cd901c0b (diff)
downloadnextcloud-server-7da5e53741b01bef1a60fc13e681a0c238e9d94e.tar.gz
nextcloud-server-7da5e53741b01bef1a60fc13e681a0c238e9d94e.zip
Fix regression of button at public download page
* introduced with #17159
Diffstat (limited to 'apps/files_sharing/css')
-rw-r--r--apps/files_sharing/css/public.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/css/public.css b/apps/files_sharing/css/public.css
index a649ecfe885..a5cf57d0ac5 100644
--- a/apps/files_sharing/css/public.css
+++ b/apps/files_sharing/css/public.css
@@ -72,7 +72,7 @@ thead {
}
/* keep long file names in one line to not overflow download button on mobile */
-.directDownload #download {
+.directDownload #downloadFile {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;