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

fix input line-height (#431)

parent 320b1166
...@@ -276,6 +276,7 @@ ...@@ -276,6 +276,7 @@
display: inline-block; display: inline-block;
margin-right: 10px; margin-right: 10px;
width: 270px; width: 270px;
vertical-align: top;
} }
} }
.fr { .fr {
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
border-radius: 4px; border-radius: 4px;
transition: var(--border-transition-base); transition: var(--border-transition-base);
outline: none; outline: none;
font-size: inherit; line-height: normal;
&::placeholder { &::placeholder {
color: var(--input-placeholder-color); 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