Skip to content

Commit 0ef6cc8

Browse files
committed
fix: checkbox not aligned center in group
close #4846
1 parent bb2af2c commit 0ef6cc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/checkbox/style/mixin.less

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161

6262
position: absolute;
6363
top: 50%;
64-
left: 22%;
64+
left: 21.5%;
6565
display: table;
6666
width: @check-width;
6767
height: @check-height;

0 commit comments

Comments
 (0)