fix(radio): add height and vertical-align

Add height and vertical-align to radio buttons so that radio buttons in list actions align correctly with the content. The added styles are already present in the checkbox component which does not have this issue.
This commit is contained in:
Patrick de Wit 2016-12-14 13:29:00 +01:00
parent 7c7b448d9f
commit e2df36d5a0

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;