fix: form-item wrong line break (#3538)

* fix: form-item wrong line break

fix #3319

* style: add commit
pull/3541/head
John 4 years ago committed by GitHub
parent 44557b2d18
commit 5e92d9a7f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save