Skip to content

Commit

Permalink
fix: checkbox not aligned center in group
Browse files Browse the repository at this point in the history
close #4846
  • Loading branch information
tangjinzhou committed Nov 5, 2021
1 parent bb2af2c commit 0ef6cc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/checkbox/style/mixin.less
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@

position: absolute;
top: 50%;
left: 22%;
left: 21.5%;
display: table;
width: @check-width;
height: @check-height;
Expand Down

0 comments on commit 0ef6cc8

Please sign in to comment.