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

* fix: form-item wrong line break

fix #3319

* style: add commit
pull/3541/head
John 2021-01-14 15:41:24 +08:00 committed by GitHub
parent 44557b2d18
commit 5e92d9a7f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -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,