From 6a7e8986b8d4e81a1efff117a3a06f8b510c60ef Mon Sep 17 00:00:00 2001 From: Rick Zhou Date: Tue, 16 Apr 2019 08:21:14 -0700 Subject: [PATCH] fix card mode Tabs border style when used with tabPosition="bottom" --- components/tabs/style/card-style.less | 1 + 1 file changed, 1 insertion(+) diff --git a/components/tabs/style/card-style.less b/components/tabs/style/card-style.less index 813ca11aa5..b8396908e7 100644 --- a/components/tabs/style/card-style.less +++ b/components/tabs/style/card-style.less @@ -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;