Fix transfer checkbox padding

This commit is contained in:
afc163 2017-09-25 20:02:33 +08:00
parent 10f6907da4
commit 463a5db9ba

View File

@ -151,8 +151,8 @@
cursor: pointer;
font-size: @font-size-base;
display: inline-block;
&:not(:last-child) {
margin-right: 8px;
& + & {
margin-left: 8px;
}
}