fix input style bug in firefox

pull/3837/merge
baiyaaaaa 2017-06-01 06:39:45 +08:00 committed by 杨奕
parent 7e1c5958a2
commit e4fcc3eca7
1 changed files with 1 additions and 1 deletions

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;