Merge pull request #17418 from owncloud/fix-public-download-button-regression

Fix regression of button at public download page
This commit is contained in:
Jan-Christoph Borchardt 2015-07-06 17:10:23 +02:00
commit e84806f017
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ thead {
} }
/* keep long file names in one line to not overflow download button on mobile */ /* keep long file names in one line to not overflow download button on mobile */
.directDownload #download { .directDownload #downloadFile {
white-space: nowrap; white-space: nowrap;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;