mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-02 20:19:44 +08:00
fix: PageHeader tabs remove padding setting (#29819)
* fix: PageHeader tabs remove padding setting * fix: only change padding top and bottom
This commit is contained in:
parent
5a0f65dac7
commit
05127d564a
@ -111,7 +111,8 @@
|
||||
}
|
||||
|
||||
.@{ant-prefix}-tabs-tab {
|
||||
padding: @tabs-horizontal-padding-sm;
|
||||
padding-top: @padding-xs;
|
||||
padding-bottom: @padding-xs;
|
||||
font-size: @page-header-tabs-tab-font-size;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user