Skip to content

Commit 8933a05

Browse files
SimonaliaChenluckyCao
authored andcommitted
fix(Form): input-group within form-item height error (ElemeFE#15457)
1 parent 107b831 commit 8933a05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/theme-chalk/src/form.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
@include utils-clearfix;
110110

111111
.el-input-group {
112-
vertical-align: middle;
112+
vertical-align: top;
113113
}
114114
}
115115
@include e(error) {

0 commit comments

Comments
 (0)