mirror of
https://gitee.com/ElemeFE/element.git
synced 2024-12-02 12:18:46 +08:00
Form: fix label alignment with input-group (#10189)
This commit is contained in:
parent
bfd7d0236c
commit
2df0f22bf0
@ -99,6 +99,10 @@
|
||||
position: relative;
|
||||
font-size: 14px;
|
||||
@include utils-clearfix;
|
||||
|
||||
.el-input-group {
|
||||
vertical-align: middle;
|
||||
}
|
||||
}
|
||||
@include e(error) {
|
||||
color: $--color-danger;
|
||||
|
Loading…
Reference in New Issue
Block a user