Commit 9ea7012c authored by luckyCao's avatar luckyCao Committed by iamkun

Tabs: left align title when type is card (#15695)

parent 5fea8b46
...@@ -393,6 +393,7 @@ ...@@ -393,6 +393,7 @@
border-right: 1px solid $--border-color-light; border-right: 1px solid $--border-color-light;
border-bottom: none; border-bottom: none;
border-top: 1px solid $--border-color-light; border-top: 1px solid $--border-color-light;
text-align: left;
} }
.el-tabs__item.is-left:first-child { .el-tabs__item.is-left:first-child {
border-right: 1px solid $--border-color-light; border-right: 1px solid $--border-color-light;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment