mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-27 20:49:53 +08:00
Fix checkbox margin
This commit is contained in:
parent
6e7b5dbba4
commit
f31e4b6186
@ -161,9 +161,10 @@
|
||||
.@{checkbox-prefix-cls}-wrapper {
|
||||
cursor: pointer;
|
||||
font-size: @font-size-base;
|
||||
margin-bottom: 8px;
|
||||
margin-right: 8px;
|
||||
display: inline-block;
|
||||
& + & {
|
||||
margin-left: 8px;
|
||||
}
|
||||
}
|
||||
|
||||
.@{checkbox-prefix-cls}-wrapper + span,
|
||||
|
Loading…
Reference in New Issue
Block a user