diff --git a/front/src/style/components/_button.scss b/front/src/style/components/_button.scss
index 89b28c45a5b90f3cf233f44ab68fe6a86aab1f76..85ef35012e04ce2c5b0309ac2402dd9ea75f035f 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