Fix regression of button at public download page
* introduced with #17159
This commit is contained in:
parent
8400bb9979
commit
7da5e53741
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue