We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28e2660 commit a1e180dCopy full SHA for a1e180d
components/form/style/index.less
@@ -362,8 +362,11 @@ form {
362
363
//== Inline Form
364
.@{form-prefix-cls}-inline {
365
+ display: flex;
366
+ flex-wrap: wrap;
367
.@{form-prefix-cls}-item {
- display: inline-block;
368
+ flex: none;
369
+ flex-wrap: nowrap;
370
margin-right: 16px;
371
margin-bottom: 0;
372
@@ -376,6 +379,9 @@ form {
376
379
display: inline-block;
377
380
vertical-align: top;
378
381
}
382
+ > .@{form-prefix-cls}-item-label {
383
384
+ }
385
386
387
.@{form-prefix-cls}-text {
0 commit comments