Commit 8933a057 authored by Simona's avatar Simona Committed by luckyCao

fix(Form): input-group within form-item height error (#15457)

parent 107b8310
...@@ -109,7 +109,7 @@ ...@@ -109,7 +109,7 @@
@include utils-clearfix; @include utils-clearfix;
.el-input-group { .el-input-group {
vertical-align: middle; vertical-align: top;
} }
} }
@include e(error) { @include e(error) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment