Merge pull request #1053 from driftyco/pr/1049

fix(checkbox): stretch checkbox's clickable area to full width
This commit is contained in:
Adam Bradley
2014-04-04 16:33:23 -05:00

View File

@@ -109,6 +109,7 @@
.item-checkbox .checkbox {
position: absolute;
top: 50%;
right: $item-padding / 2;
left: $item-padding / 2;
z-index: $z-index-item-checkbox;
margin-top: (($checkbox-height + ($checkbox-height / 2)) / 2) * -1;