Skip to content

Commit 5238f8f

Browse files
author
Adam Bradley
committed
fix(checkbox): stretch checkbox's clickable area to full width
1 parent e0e7a83 commit 5238f8f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scss/_checkbox.scss

+1
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@
109109
.item-checkbox .checkbox {
110110
position: absolute;
111111
top: 50%;
112+
right: $item-padding / 2;
112113
left: $item-padding / 2;
113114
z-index: $z-index-item-checkbox;
114115
margin-top: (($checkbox-height + ($checkbox-height / 2)) / 2) * -1;

0 commit comments

Comments
 (0)