diff --git a/scss/_checkbox.scss b/scss/_checkbox.scss index 861516da34c..28d4817a62d 100644 --- a/scss/_checkbox.scss +++ b/scss/_checkbox.scss @@ -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;