Skip to content

Commit

Permalink
fix(forms): change top margin for .form-text and *-feedback (#1445)
Browse files Browse the repository at this point in the history
  • Loading branch information
louismaximepiton authored Nov 16, 2022
1 parent 945d22f commit 6435103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -951,7 +951,7 @@ $btn-social-networks: (
// Forms

// scss-docs-start form-text-variables
$form-text-margin-top: .25rem !default;
$form-text-margin-top: .375rem !default; // Boosted mod
$form-text-font-size: null !default;
$form-text-font-style: null !default;
$form-text-font-weight: null !default;
Expand Down

0 comments on commit 6435103

Please sign in to comment.