From 5b26a4e803bd80232a559fef392a84a9b47b69ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Tue, 7 Nov 2017 15:56:41 +0100 Subject: [PATCH] Design fix for icons MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- core/css/styles.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/core/css/styles.scss b/core/css/styles.scss index a27029ac96194..c3d3dce67b4df 100644 --- a/core/css/styles.scss +++ b/core/css/styles.scss @@ -1437,7 +1437,6 @@ div.crumb { > a[class^='icon-'] { padding: 0; width: 44px; - margin-right: 7px; } &:not(:first-child) a { }