Skip to content

Commit

Permalink
Tweak checkbox margin
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Oct 17, 2017
1 parent fda3f6d commit f26217b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions components/checkbox/style/mixin.less
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}

Expand Down

0 comments on commit f26217b

Please sign in to comment.