Skip to content

Commit

Permalink
fix(checkbox): alignment tweak based on new focus padding (#8079)
Browse files Browse the repository at this point in the history
  • Loading branch information
tay1orjones authored Mar 12, 2021
1 parent 6ddad7e commit 6441afd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/components/checkbox/_checkbox.scss
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
.#{$prefix}--checkbox-label::after {
position: absolute;
top: rem(8px);
left: rem(6px);
left: rem(7px);
width: rem(9px);
height: rem(5px);
margin-top: rem(-3px) #{'/*rtl:0rem*/'};
Expand Down

0 comments on commit 6441afd

Please sign in to comment.