aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortaehoon <th.dev91@gmail.com>2019-06-17 13:48:54 -0400
committertaehoon <th.dev91@gmail.com>2019-06-19 07:55:54 -0400
commit90fda1f24592a1acaa4a4700e63a38e483c4241d (patch)
treec8a765d419d0b03bdbee97691d51cedb5f223138 /src
parentc4fcdc71253c08efbd58d5c089d711386dd8a8ca (diff)
reset margin property of form controls
Diffstat (limited to 'src')
-rw-r--r--src/App.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/App.scss b/src/App.scss
index ff7fb5dc..db9f62f0 100644
--- a/src/App.scss
+++ b/src/App.scss
@@ -131,6 +131,7 @@ input, textarea, .select {
font-family: sans-serif;
font-family: var(--inputFont, sans-serif);
font-size: 14px;
+ margin: 0;
padding: 8px .5em;
box-sizing: border-box;
display: inline-block;