Skip to content

Commit

Permalink
fix(checkbox): stretch checkbox's clickable area to full width
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Bradley committed Apr 4, 2014
1 parent e0e7a83 commit 5238f8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scss/_checkbox.scss
Expand Up @@ -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;
Expand Down

0 comments on commit 5238f8f

Please sign in to comment.