fix: form-item wrong line break (#3538)
* fix: form-item wrong line break fix #3319 * style: add commitpull/3541/head
parent
44557b2d18
commit
5e92d9a7f2
|
@ -298,6 +298,11 @@ form {
|
|||
height: auto;
|
||||
}
|
||||
}
|
||||
|
||||
// fix https://github.com/vueComponent/ant-design-vue/issues/3319
|
||||
.@{form-prefix-cls}-item-control-wrapper {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.@{form-prefix-cls}-vertical .@{form-prefix-cls}-item-label,
|
||||
|
|
Loading…
Reference in New Issue