Skip to content

Commit b296dd0

Browse files
authored
fix(components): [el-input] center in vertical direction (element-plus#9732)
1 parent d6acdc8 commit b296dd0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/theme-chalk/src/input.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@
136136
width: 100%;
137137
line-height: getCssVar('input-height');
138138
box-sizing: border-box;
139+
vertical-align: middle;
139140
@include scroll-bar;
140141

141142
& .#{$namespace}-input__clear,

0 commit comments

Comments
 (0)