summaryrefslogtreecommitdiff
path: root/src/components/Input.module.scss
diff options
context:
space:
mode:
authorHaishan <[email protected]>2018-10-20 22:24:29 +0800
committerHaishan <[email protected]>2018-10-20 22:39:31 +0800
commit0d5cc1e0ae844bf52e7164b4b535a3bd93102381 (patch)
tree94ea61a02b232067a8f5175d0eaf78d608fa77e9 /src/components/Input.module.scss
parentab42517a59c2e6c75d9ceb6d32cec1d19eb7c25a (diff)
style: minor UI tweak
Diffstat (limited to 'src/components/Input.module.scss')
-rw-r--r--src/components/Input.module.scss1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/Input.module.scss b/src/components/Input.module.scss
index 147f99b..3a6a270 100644
--- a/src/components/Input.module.scss
+++ b/src/components/Input.module.scss
@@ -9,7 +9,6 @@
display: inline-block;
font-size: inherit;
height: 40px;
- line-height: 40px;
outline: none;
padding: 0 15px;
transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);