Skip to content

Commit

Permalink
removed unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dgtlntv committed May 2, 2024
1 parent 544ba7b commit fcfded5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_settings_spacing.scss
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ $sp-after: (
$spv-nudge: map-get($nudges, p) !default; // top: nudge; bottom: unit - nudge; result: height = exact multiple of base unit
$spv-nudge-compensation: $sp-unit - $spv-nudge !default;
$input-margin-bottom: $sp-unit * 4 - $spv-nudge * 2;
$input-vertical-padding: $spv-nudge; //moved the -1px to the components themselfs since its different for button / input field
$input-vertical-padding: $spv-nudge;

// tick element variables
$form-tick-box-size: 1rem;
Expand Down

0 comments on commit fcfded5

Please sign in to comment.