Browse Source

fix input line-height (#1825)

baiyaaaaa 8 years ago
parent
commit
1ba0745f00
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/theme-default/src/input.css

+ 1 - 1
packages/theme-default/src/input.css

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