diff options
author | Carl Schwan <carl@carlschwan.eu> | 2021-07-14 19:40:01 +0200 |
---|---|---|
committer | Carl Schwan <carl@carlschwan.eu> | 2021-07-14 19:44:40 +0200 |
commit | 0b931b58b69354a1422bf6f34efa27aaffc71bc8 (patch) | |
tree | aed2e8d7d696299e7545582470be371547796715 /core/css | |
parent | 9338be7fa1fa7af16b413988763230ab7114ea39 (diff) | |
download | nextcloud-server-0b931b58b69354a1422bf6f34efa27aaffc71bc8.tar.gz nextcloud-server-0b931b58b69354a1422bf6f34efa27aaffc71bc8.zip |
Fix regression in file sidebar
See https://github.com/nextcloud/server/pull/27936
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Diffstat (limited to 'core/css')
-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 { |