From 90fda1f24592a1acaa4a4700e63a38e483c4241d Mon Sep 17 00:00:00 2001 From: taehoon Date: Mon, 17 Jun 2019 13:48:54 -0400 Subject: [PATCH 01/19] reset margin property of form controls --- src/App.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App.scss b/src/App.scss index ff7fb5dc6..db9f62f02 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; From 066efd5b3c3389c066a2550644447bc876b0a1d5 Mon Sep 17 00:00:00 2001 From: Wyatt Benno Date: Thu, 20 Jun 2019 16:15:49 +0900 Subject: [PATCH 02/19] A small sass fix for #577 --- src/components/user_profile/user_profile.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/components/user_profile/user_profile.vue b/src/components/user_profile/user_profile.vue index 48b774eaf..bb5ab7054 100644 --- a/src/components/user_profile/user_profile.vue +++ b/src/components/user_profile/user_profile.vue @@ -76,6 +76,11 @@