Skip to content

Commit

Permalink
fix(checkbox): ensures checkbox minimum width (#321)
Browse files Browse the repository at this point in the history
  • Loading branch information
tw15egan authored Sep 20, 2017
1 parent 9b7faf0 commit 8a952c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/checkbox/_checkbox.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
margin-right: 0.5rem;
background-color: $ui-01;
border: $checkbox-border-width solid $ui-05;
min-width: 18px;
}

.bx--checkbox:checked + .bx--checkbox-appearance,
Expand Down

0 comments on commit 8a952c7

Please sign in to comment.