From dc2ebeb7c0870f9b8ce61534d11a947a921d508b Mon Sep 17 00:00:00 2001 From: bergquist Date: Thu, 22 Nov 2018 11:00:27 +0100 Subject: [PATCH] margin when listing multiple gf-form should be right when listing multiple gf-form elements this style is applied to all elements except the first. By having the margin on the right side there will always be some margin between all gf-forms --- public/sass/components/_gf-form.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/sass/components/_gf-form.scss b/public/sass/components/_gf-form.scss index 6d83fc6cf0b..da3800cfa1a 100644 --- a/public/sass/components/_gf-form.scss +++ b/public/sass/components/_gf-form.scss @@ -82,7 +82,7 @@ $input-border: 1px solid $input-border-color; align-content: flex-start; .gf-form + .gf-form { - margin-right: $gf-form-margin; + margin-left: $gf-form-margin; } }