瀏覽代碼

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
bergquist 7 年之前
父節點
當前提交
dc2ebeb7c0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      public/sass/components/_gf-form.scss

+ 1 - 1
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;
   }
 }