fix #12083. Card inside tab-card should not change the title padding

This commit is contained in:
zombiej 2018-09-06 12:13:06 +08:00
parent 2cf2b678e8
commit bb5a14d858

View File

@ -99,7 +99,7 @@
}
}
&-contain-tabs &-head-title {
&-contain-tabs > &-head &-head-title {
padding-bottom: 0;
min-height: @card-head-height - @card-head-padding;
}