mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-02 19:28:14 +08:00
fix(components): [el-form-item] align inline elements vertically (#4080)
Co-authored-by: 921 <redky@qq.com>
This commit is contained in:
parent
8a175fe8bb
commit
917b909984
@ -24,6 +24,7 @@
|
||||
@include m(inline) {
|
||||
& .#{$namespace}-form-item {
|
||||
display: inline-flex;
|
||||
vertical-align: middle;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user