mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-06 07:56:28 +08:00
fix: tabs align style (#24620)
This commit is contained in:
parent
a42f77a0f1
commit
7eede1a0b6
@ -26,6 +26,7 @@
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex: auto;
|
flex: auto;
|
||||||
|
align-self: stretch;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
transform: translate(0); // Fix chrome render bug
|
transform: translate(0); // Fix chrome render bug
|
||||||
|
Loading…
Reference in New Issue
Block a user