Merge pull request #2410 from nextcloud/fix-mobile-text

Fix missing text for downloads on mobile
This commit is contained in:
Lukas Reschke 2016-11-29 18:49:21 +01:00 committed by GitHub
commit 9680201644
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;
}