Commit df5e0229 authored by baiyaaaaa's avatar baiyaaaaa Committed by FuryBean

fix input line-height (#431)

parent 320b1166
......@@ -276,6 +276,7 @@
display: inline-block;
margin-right: 10px;
width: 270px;
vertical-align: top;
}
}
.fr {
......
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment