Merge pull request #2451 from nextcloud/stable10-2410

[stable10] Fix missing text for downloads on mobile
This commit is contained in:
Morris Jobke 2016-12-02 10:37:25 +01:00 committed by GitHub
commit a61c69db8c
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}