Skip to content

Commit

Permalink
Tabs: left align title when type is card (ElemeFE#15695)
Browse files Browse the repository at this point in the history
  • Loading branch information
luckyCao authored and lzq4047 committed May 22, 2020
1 parent 8189cf9 commit 5ed55f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/theme-chalk/src/tabs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@
width: 100%;
text-align: center;
cursor: pointer;

i {
transform: rotateZ(90deg);
}
Expand Down Expand Up @@ -393,6 +393,7 @@
border-right: 1px solid $--border-color-light;
border-bottom: none;
border-top: 1px solid $--border-color-light;
text-align: left;
}
.el-tabs__item.is-left:first-child {
border-right: 1px solid $--border-color-light;
Expand Down

0 comments on commit 5ed55f6

Please sign in to comment.