summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2015-07-06 17:10:23 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2015-07-06 17:10:23 +0200
commite84806f017aaa206ed59938f51d949fd8e024276 (patch)
tree71f07bd76833931e83400b4680276e326870bca6 /apps/files_sharing
parent9120942bcfe474e758174ab52e4e35f62b477df4 (diff)
parent7da5e53741b01bef1a60fc13e681a0c238e9d94e (diff)
downloadnextcloud-server-e84806f017aaa206ed59938f51d949fd8e024276.tar.gz
nextcloud-server-e84806f017aaa206ed59938f51d949fd8e024276.zip
Merge pull request #17418 from owncloud/fix-public-download-button-regression
Fix regression of button at public download page
Diffstat (limited to 'apps/files_sharing')
-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;