From d7d26160150eaf352c1102d674fd0a68f450cdd2 Mon Sep 17 00:00:00 2001 From: Agate Date: Tue, 1 Sep 2020 11:32:32 +0200 Subject: [PATCH] Fixed icon button margin --- front/src/style/components/_button.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/front/src/style/components/_button.scss b/front/src/style/components/_button.scss index 89b28c45a..85ef35012 100644 --- a/front/src/style/components/_button.scss +++ b/front/src/style/components/_button.scss @@ -87,4 +87,7 @@ button.reset { > i { margin-right: 0; } +} +.icon.button > i { + margin-right: 0; } \ No newline at end of file