Skip to content

Commit

Permalink
fix: style of sidebar Tabs' width
Browse files Browse the repository at this point in the history
  • Loading branch information
xiawe committed Nov 12, 2019
1 parent f6af1c6 commit 455b105
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions components/tabs/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,10 @@
.@{tab-prefix-cls}-tab {
text-align: right;
}
.@{tab-prefix-cls}-tab-active {
font-weight: normal;
text-shadow: 0px 0px 1px @tabs-card-active-color;
}
.@{tab-prefix-cls}-nav-container {
margin-right: -1px;
}
Expand Down Expand Up @@ -394,6 +398,10 @@
.@{tab-prefix-cls}-ink-bar {
left: 1px;
}
.@{tab-prefix-cls}-tab-active {
font-weight: normal;
text-shadow: 0px 0px 1px @tabs-card-active-color;
}
}
.@{tab-prefix-cls}-right-content {
padding-right: 24px;
Expand Down

0 comments on commit 455b105

Please sign in to comment.