Commit 1ba0745f authored by baiyaaaaa's avatar baiyaaaaa Committed by cinwell.li

fix input line-height (#1825)

parent 4b20374b
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
display: block; display: block;
font-size: inherit; font-size: inherit;
height: var(--input-height); height: var(--input-height);
line-height: normal; line-height: 1;
outline: none; outline: none;
padding: 3px 10px; padding: 3px 10px;
transition: var(--border-transition-base); transition: var(--border-transition-base);
......
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