mirror of https://github.com/ElemeFE/element
fix input style bug in firefox
parent
7e1c5958a2
commit
e4fcc3eca7
|
@ -16,7 +16,7 @@
|
|||
border: var(--input-border);
|
||||
box-sizing: border-box;
|
||||
color: var(--input-color);
|
||||
display: block;
|
||||
display: inline-block;
|
||||
font-size: inherit;
|
||||
height: var(--input-height);
|
||||
line-height: 1;
|
||||
|
|
Loading…
Reference in New Issue