mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
Fix missing text for downloads on mobile
* fixes #2362 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
7780e45348
commit
db84c1c872
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue