Skip to content

Commit

Permalink
styles(Button): Modify the spacing between button groups and buttons.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jun 26, 2018
1 parent ec72422 commit f3f15fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/button/style/index.less
Expand Up @@ -25,7 +25,7 @@
vertical-align: middle; vertical-align: middle;
line-height: 1; line-height: 1;
} }
& + &, & + &-group, &-group + &-group { & + &, & + &-group, &-group + &, &-group + &-group {
margin-left: 5px; margin-left: 5px;
} }
&:active, &:active,
Expand Down

0 comments on commit f3f15fe

Please sign in to comment.