mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-03 04:30:06 +08:00
fix: Form flex inline style (#24531)
This commit is contained in:
parent
6773020607
commit
cf401f73c8
@ -71,7 +71,7 @@
|
||||
// ==============================================================
|
||||
&-label {
|
||||
display: inline-block;
|
||||
flex: none;
|
||||
flex-grow: 0;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-align: right;
|
||||
|
@ -20,6 +20,10 @@
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
> .@{form-item-prefix-cls}-label {
|
||||
flex: none;
|
||||
}
|
||||
|
||||
.@{form-prefix-cls}-text {
|
||||
display: inline-block;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user