Skip to content

Commit 1774342

Browse files
committed
(#429) Ensure btn-sm has no set height
This ensures the .btn-sm class is not effected with a minimum height like normal buttons.
1 parent 428814b commit 1774342

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scss/components/_buttons-badges.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.btn {
1+
.btn:not(.btn-sm) {
22
min-width: 45px;
33
min-height: 45px;
44
}

0 commit comments

Comments
 (0)