diff options
author | szaimen <szaimen@e.mail.de> | 2021-07-14 20:27:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-14 20:27:30 +0200 |
commit | 81722d5655c96ab192918b0e088da59a20c51dff (patch) | |
tree | aed2e8d7d696299e7545582470be371547796715 | |
parent | 9338be7fa1fa7af16b413988763230ab7114ea39 (diff) | |
parent | 0b931b58b69354a1422bf6f34efa27aaffc71bc8 (diff) | |
download | nextcloud-server-81722d5655c96ab192918b0e088da59a20c51dff.tar.gz nextcloud-server-81722d5655c96ab192918b0e088da59a20c51dff.zip |
Merge pull request #27973 from nextcloud/work/carl/fix-file-sidebar
Fix regression in file sidebar
-rw-r--r-- | core/css/apps.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/apps.scss b/core/css/apps.scss index 2b25824aff9..15742786b0e 100644 --- a/core/css/apps.scss +++ b/core/css/apps.scss @@ -278,7 +278,7 @@ kbd { z-index: 100; /* above the bullet to allow click*/ /* TODO: forbid using img as icon in menu? */ - .svg { + &.svg { padding: 0 12px 0 44px; } &:first-child img { |