fix input line-height (#1825)

pull/1805/head
baiyaaaaa 2016-12-19 11:16:47 +08:00 committed by cinwell.li
parent 4b20374bf1
commit 1ba0745f00
1 changed files with 1 additions and 1 deletions

View File

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