From e8399953dfa2230fde201ab790a6411c1e90cd64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Wed, 10 Jan 2018 09:51:48 +0100 Subject: [PATCH] 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(+) diff --git a/core/css/apps.scss b/core/css/apps.scss index e6ead27e12..41eea3bb52 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; }