Fix checkbox margin

This commit is contained in:
afc163 2016-06-27 14:52:46 +08:00
parent 6e7b5dbba4
commit f31e4b6186

View File

@ -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,