Merge pull request #4978 from pndewit/mdl-1.x

fix(radio): add height and vertical-align
master
Sérgio Gomes 2016-12-15 13:09:20 +00:00 committed by GitHub
commit bdb5cae2ba
1 changed files with 3 additions and 0 deletions

View File

@ -25,7 +25,10 @@
display: inline-block;
vertical-align: middle;
box-sizing: border-box;
height: $radio-label-height;
margin: 0;
padding-left: 0;