Skip to content

Commit 5e3f307

Browse files
committed
fix: form-item wrong line break
fix vueComponent#3319
1 parent 44557b2 commit 5e3f307

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

components/form/style/index.less

+4
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,10 @@ form {
298298
height: auto;
299299
}
300300
}
301+
302+
.@{form-prefix-cls}-item-control-wrapper {
303+
width: 100%;
304+
}
301305
}
302306

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

0 commit comments

Comments
 (0)