Skip to content
Snippets Groups Projects
Commit 7da5e537 authored by Morris Jobke's avatar Morris Jobke
Browse files

Fix regression of button at public download page

* introduced with #17159
parent 8400bb99
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment