mirror of https://github.com/ElemeFE/element
fix input line-height (#1825)
parent
4b20374bf1
commit
1ba0745f00
|
@ -17,7 +17,7 @@
|
|||
display: block;
|
||||
font-size: inherit;
|
||||
height: var(--input-height);
|
||||
line-height: normal;
|
||||
line-height: 1;
|
||||
outline: none;
|
||||
padding: 3px 10px;
|
||||
transition: var(--border-transition-base);
|
||||
|
|
Loading…
Reference in New Issue