From fcfded5f623d6c4c1f225b05076d246a7516bfcb Mon Sep 17 00:00:00 2001 From: Maximilian Blazek <68336485+dgtlntv@users.noreply.github.com> Date: Thu, 2 May 2024 09:41:22 +0200 Subject: [PATCH] removed unnecessary comment --- scss/_settings_spacing.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/_settings_spacing.scss b/scss/_settings_spacing.scss index b2d44ff55..0a1bafb63 100644 --- a/scss/_settings_spacing.scss +++ b/scss/_settings_spacing.scss @@ -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;