Merge pull request #2451 from nextcloud/stable10-2410
[stable10] Fix missing text for downloads on mobile
This commit is contained in:
commit
a61c69db8c
|
@ -46,7 +46,7 @@ table td.filename .nametext {
|
|||
padding: 0 6px 0 12px;
|
||||
}
|
||||
/* hide text of the actions on mobile */
|
||||
#fileList a.action span {
|
||||
#fileList a.action:not(.menuitem) span {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue