Skip to content

Commit

Permalink
fix: use spacing var for margin
Browse files Browse the repository at this point in the history
  • Loading branch information
amje committed Dec 2, 2024
1 parent 8f12628 commit bc851ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ControlLabel/ControlLabel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ $block: '.#{variables.$ns}control-label';

&__text {
flex-grow: 1;
margin-inline-start: 8px;
margin-inline-start: var(--g-spacing-2);
white-space: normal;

#{$block}_disabled & {
Expand Down

0 comments on commit bc851ed

Please sign in to comment.