mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-06 00:44:17 +08:00
fix: Tabs content width (#25072)
* fix: Tabs content width * update style
This commit is contained in:
parent
5f34b56772
commit
9f1f590c62
@ -179,6 +179,8 @@
|
||||
&-content {
|
||||
&-holder {
|
||||
flex: auto;
|
||||
min-width: 0;
|
||||
min-height: 0;
|
||||
}
|
||||
|
||||
display: flex;
|
||||
|
Loading…
Reference in New Issue
Block a user