diff --git a/services/web/frontend/stylesheets/bootstrap-5/abstracts/mixins.scss b/services/web/frontend/stylesheets/bootstrap-5/abstracts/mixins.scss index b35dec6212..66b58a9a0b 100644 --- a/services/web/frontend/stylesheets/bootstrap-5/abstracts/mixins.scss +++ b/services/web/frontend/stylesheets/bootstrap-5/abstracts/mixins.scss @@ -61,11 +61,13 @@ } @mixin reset-button() { - padding: 0; - cursor: pointer; + appearance: none; background: transparent; border: 0; - appearance: none; + cursor: pointer; + height: 20px; + padding: 0; + width: 20px; } @mixin modal-lg {