Fix regression of button at public download page

* introduced with #17159
This commit is contained in:
Morris Jobke 2015-07-06 13:37:14 +02:00
parent 8400bb9979
commit 7da5e53741

View file

@ -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;