Skip to content

Commit 8a952c7

Browse files
authored
fix(checkbox): ensures checkbox minimum width (#321)
1 parent 9b7faf0 commit 8a952c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/checkbox/_checkbox.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
margin-right: 0.5rem;
4040
background-color: $ui-01;
4141
border: $checkbox-border-width solid $ui-05;
42+
min-width: 18px;
4243
}
4344

4445
.bx--checkbox:checked + .bx--checkbox-appearance,

0 commit comments

Comments
 (0)