Skip to content

Commit

Permalink
fix(checkbox): prevent checkbox being squished (#1713)
Browse files Browse the repository at this point in the history
  • Loading branch information
tinayuangao authored and jelbourn committed Nov 3, 2016
1 parent f59030e commit 6601949
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/checkbox/checkbox.scss
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ md-checkbox {
vertical-align: middle;
white-space: nowrap;
width: $md-checkbox-size;
flex-shrink: 0;

[dir='rtl'] & {
margin: {
Expand Down

0 comments on commit 6601949

Please sign in to comment.