diff --git a/style/components/tabs.less b/style/components/tabs.less index 0d41596bce..dda0bfaca0 100644 --- a/style/components/tabs.less +++ b/style/components/tabs.less @@ -39,7 +39,6 @@ overflow: hidden; font-size: 14px; line-height: @line-height-base; - height: 36px; box-sizing: border-box; position: relative; white-space: nowrap; @@ -377,6 +376,9 @@ // card style + &&-card &-nav-container { + height: 36px; + } &&-card &-ink-bar { visibility: hidden; }