Skip to content

Commit

Permalink
fix(forms): vertical form label padding bottom (#DS-2717) (#459)
Browse files Browse the repository at this point in the history
  • Loading branch information
sk8knut authored Nov 29, 2024
1 parent 985106c commit b17619e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/core/forms/forms-tokens.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
--kbq-forms-size-horizontal-legend-margin-bottom: var(--kbq-size-l);
--kbq-forms-size-vertical-row-margin-bottom: var(--kbq-size-l);
--kbq-forms-size-vertical-label-padding-top: 0;
--kbq-forms-size-vertical-label-padding-bottom: var(--kbq-size-s);
--kbq-forms-size-vertical-label-padding-bottom: var(--kbq-size-xs);
--kbq-forms-size-vertical-control-padding-left: var(--kbq-size-xxl);
--kbq-forms-size-vertical-legend-margin-top: var(--kbq-size-3xl);
--kbq-forms-size-vertical-legend-margin-bottom: var(--kbq-size-m);
Expand Down

0 comments on commit b17619e

Please sign in to comment.