Skip to content

Commit

Permalink
Adjusted the default value for labelAboveMargin to zero
Browse files Browse the repository at this point in the history
  • Loading branch information
aletail committed Nov 1, 2024
1 parent 9a7d660 commit dab5eed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sass/components/form/_form.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ $default-component-form-properties:(
validationSuccessBackgroundColor: #00cc00,
validationWarningTextColor: #000000,
validationWarningBackgroundColor: #ffcc00,
labelAboveMargin: 0 0 0 20px,
labelAboveMargin: 0,
);
// If $component-form-checkbox-properties is set, lets merge into our defaults
$component-form-properties: $default-component-form-properties !default;
Expand Down

0 comments on commit dab5eed

Please sign in to comment.