From e8399953dfa2230fde201ab790a6411c1e90cd64 Mon Sep 17 00:00:00 2001 From: Julius Härtl Date: Wed, 10 Jan 2018 09:51:48 +0100 Subject: Set height for sidebar icons MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This makes sure they are properly scaled in IE11 Signed-off-by: Julius Härtl --- core/css/apps.scss | 1 + 1 file changed, 1 insertion(+) (limited to 'core/css/apps.scss') diff --git a/core/css/apps.scss b/core/css/apps.scss index e6ead27e12b..41eea3bb524 100644 --- a/core/css/apps.scss +++ b/core/css/apps.scss @@ -235,6 +235,7 @@ kbd { &:first-child img { margin-right: 11px; width: 16px; + height: 16px; margin-left: -30px; } -- cgit v1.2.3