Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix wrong margin of tabs
  • Loading branch information
afc163 committed Jan 18, 2018
1 parent 9926c3d commit 200d6cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/tabs/style/index.less
Expand Up @@ -6,7 +6,7 @@

@tab-bar-margin: 0 0 16px 0;

@tab-horizontal-margin: 0 0 0 32px;
@tab-horizontal-margin: 0 32px 0 0;
@tab-vertical-margin: 0 0 16px 0;

@tab-horizontal-padding: 12px 16px;
Expand Down

0 comments on commit 200d6cb

Please sign in to comment.