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