mirror of https://github.com/ElemeFE/element
fix input line-height (#431)
parent
320b116640
commit
df5e02297d
|
@ -276,6 +276,7 @@
|
|||
display: inline-block;
|
||||
margin-right: 10px;
|
||||
width: 270px;
|
||||
vertical-align: top;
|
||||
}
|
||||
}
|
||||
.fr {
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
border-radius: 4px;
|
||||
transition: var(--border-transition-base);
|
||||
outline: none;
|
||||
font-size: inherit;
|
||||
line-height: normal;
|
||||
|
||||
&::placeholder {
|
||||
color: var(--input-placeholder-color);
|
||||
|
|
Loading…
Reference in New Issue