From f2230956dcba8949f9a7f0f27e1672a44671d990 Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Wed, 14 Jul 2021 19:40:01 +0200 Subject: [PATCH] Fix regression in file sidebar See https://github.com/nextcloud/server/pull/27936 Signed-off-by: Carl Schwan --- core/css/apps.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/css/apps.scss b/core/css/apps.scss index 2b25824aff9c6..15742786b0eaa 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 {