Merge pull request #17418 from owncloud/fix-public-download-button-regression
Fix regression of button at public download page
This commit is contained in:
commit
e84806f017
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue