Skip to content

Commit

Permalink
fix(checkbox): Fix radio button stretching in IE11 (#640)
Browse files Browse the repository at this point in the history
Fixes #632
  • Loading branch information
anton-kachurin authored and traviskaufman committed May 18, 2017
1 parent b3b4173 commit 34c1198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mdc-radio/mdc-radio.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ $mdc-radio-transition-duration: 120ms;
display: inline-block;
position: relative;
box-sizing: border-box;
flex: 0 0 $mdc-radio-touch-area;
flex: 0 0 auto;
width: $mdc-radio-touch-area;
height: $mdc-radio-touch-area;
padding: ($mdc-radio-touch-area - $mdc-radio-ui-size) / 2;
Expand Down

0 comments on commit 34c1198

Please sign in to comment.