mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-25 19:50:05 +08:00
9ccd5bcc33
* fix: basic form style abnormal * improve grid * upgrade snapshots and improve priority * resolve #22009 * fix wrap element * increase priority * revert grid basic demo * fix snapshots
11 lines
170 B
Plaintext
11 lines
170 B
Plaintext
@import './index';
|
|
|
|
.@{form-prefix-cls}-horizontal {
|
|
.@{form-item-prefix-cls}-label {
|
|
flex-grow: 0;
|
|
}
|
|
.@{form-item-prefix-cls}-control {
|
|
flex: 1 1 0;
|
|
}
|
|
}
|