Commit 2df0f22b authored by 杨奕's avatar 杨奕 Committed by GitHub

Form: fix label alignment with input-group (#10189)

parent bfd7d023
......@@ -99,6 +99,10 @@
position: relative;
font-size: 14px;
@include utils-clearfix;
.el-input-group {
vertical-align: middle;
}
}
@include e(error) {
color: $--color-danger;
......
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