Skip to content

Commit

Permalink
(#429) Ensure btn-sm has no set height
Browse files Browse the repository at this point in the history
This ensures the .btn-sm class is not effected with a minimum height
like normal buttons.
  • Loading branch information
st3phhays committed Dec 17, 2024
1 parent 428814b commit 1774342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/components/_buttons-badges.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.btn {
.btn:not(.btn-sm) {
min-width: 45px;
min-height: 45px;
}
Expand Down

0 comments on commit 1774342

Please sign in to comment.