From 4d2a7fe32e6a6b4ed3543feeb71d730896b37646 Mon Sep 17 00:00:00 2001 From: "John Molakvoæ (skjnldsv)" Date: Thu, 7 Sep 2017 10:22:28 +0200 Subject: 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(+) (limited to 'core') diff --git a/core/css/apps.scss b/core/css/apps.scss index 12aaa376190..1c99a80f26c 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; + } } } > { -- cgit v1.2.3