diff options
| author | taehoon <th.dev91@gmail.com> | 2019-06-17 13:48:54 -0400 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-06-19 07:55:54 -0400 |
| commit | 90fda1f24592a1acaa4a4700e63a38e483c4241d (patch) | |
| tree | c8a765d419d0b03bdbee97691d51cedb5f223138 | |
| parent | c4fcdc71253c08efbd58d5c089d711386dd8a8ca (diff) | |
reset margin property of form controls
| -rw-r--r-- | src/App.scss | 1 |
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; |
