Tweak checkbox margin

This commit is contained in:
afc163 2017-10-17 11:06:25 +08:00
parent fda3f6ddcd
commit f26217b36f

View File

@ -166,6 +166,13 @@
font-size: @font-size-base;
&-item {
display: inline-block;
margin-right: 8px;
&:last-child {
margin-right: 0;
}
}
&-item + &-item {
margin-left: 0;
}
}