fix input style bug in firefox

This commit is contained in:
baiyaaaaa 2017-06-01 06:39:45 +08:00 committed by 杨奕
parent 7e1c5958a2
commit e4fcc3eca7

View File

@ -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;