mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
fix(components): [el-input] center in vertical direction (#9732)
This commit is contained in:
@@ -136,6 +136,7 @@
|
||||
width: 100%;
|
||||
line-height: getCssVar('input-height');
|
||||
box-sizing: border-box;
|
||||
vertical-align: middle;
|
||||
@include scroll-bar;
|
||||
|
||||
& .#{$namespace}-input__clear,
|
||||
|
||||
Reference in New Issue
Block a user