Skip to content

Commit

Permalink
fix: form-item wrong line break (#3538)
Browse files Browse the repository at this point in the history
* fix: form-item wrong line break

fix #3319

* style: add commit
  • Loading branch information
John60676 authored Jan 14, 2021
1 parent 44557b2 commit 5e92d9a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions components/form/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 5e92d9a

Please sign in to comment.