mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-27 20:49:53 +08:00
🐛 Fix Checkbox not aligned center in some cases
close #16695 close #19450
This commit is contained in:
parent
1d1e197527
commit
f8a3da5f4a
@ -61,7 +61,7 @@
|
||||
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 21%;
|
||||
left: 22%;
|
||||
display: table;
|
||||
width: @check-width;
|
||||
height: @check-height;
|
||||
|
Loading…
Reference in New Issue
Block a user