fix input line-height (#431)

pull/433/head
baiyaaaaa 2016-10-14 23:47:26 +08:00 committed by FuryBean
parent 320b116640
commit df5e02297d
2 changed files with 2 additions and 1 deletions

View File

@ -276,6 +276,7 @@
display: inline-block;
margin-right: 10px;
width: 270px;
vertical-align: top;
}
}
.fr {

View File

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