Skip to content

Commit

Permalink
fix card mode Tabs border style when used with tabPosition="bottom"
Browse files Browse the repository at this point in the history
  • Loading branch information
rinick committed Apr 16, 2019
1 parent 8f2c74c commit 6a7e898
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/tabs/style/card-style.less
Expand Up @@ -146,6 +146,7 @@

// https://github.com/ant-design/ant-design/issues/9104
& &-card-bar&-bottom-bar &-tab {
height: auto;
border-top: 0;
border-bottom: @border-width-base @border-style-base @border-color-split;
border-radius: 0 0 @border-radius-base @border-radius-base;
Expand Down

0 comments on commit 6a7e898

Please sign in to comment.