From 4d2a7fe32e6a6b4ed3543feeb71d730896b37646 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Thu, 7 Sep 2017 10:22:28 +0200 Subject: [PATCH] Icon auto-padding fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- core/css/apps.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/css/apps.scss b/core/css/apps.scss index 12aaa37619..1c99a80f26 100644 --- a/core/css/apps.scss +++ b/core/css/apps.scss @@ -139,6 +139,9 @@ kbd { width: 16px; margin-left: 2px; } + &[class*='icon-'] { + padding-left: 44px; + } } } > {