Skip to content

Commit 5e92d9a

Browse files
authored
fix: form-item wrong line break (#3538)
* fix: form-item wrong line break fix #3319 * style: add commit
1 parent 44557b2 commit 5e92d9a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

components/form/style/index.less

+5
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,11 @@ form {
298298
height: auto;
299299
}
300300
}
301+
302+
// fix https://github.com/vueComponent/ant-design-vue/issues/3319
303+
.@{form-prefix-cls}-item-control-wrapper {
304+
width: 100%;
305+
}
301306
}
302307

303308
.@{form-prefix-cls}-vertical .@{form-prefix-cls}-item-label,

0 commit comments

Comments
 (0)