Skip to content

Commit

Permalink
fix @tabs-card-height (#23168)
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieJ committed Apr 12, 2020
1 parent 12ce6ab commit de68e37
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/style/themes/default.less
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,8 @@
@tabs-card-head-background: @background-color-light;
@tabs-card-height: 40px;
@tabs-card-active-color: @primary-color;
@tabs-card-horizontal-padding: 8px @padding-md;
@tabs-card-horizontal-padding: (@tabs-card-height - floor(@font-size-base * @line-height-base)) / 2 -
@border-width-base @padding-md;
@tabs-card-horizontal-padding-sm: 6px @padding-md;
@tabs-title-font-size: @font-size-base;
@tabs-title-font-size-lg: @font-size-lg;
Expand Down

0 comments on commit de68e37

Please sign in to comment.