Skip to content

Commit

Permalink
feat!: update ControlLabel text offset
Browse files Browse the repository at this point in the history
  • Loading branch information
amje committed Dec 1, 2024
1 parent 8db0624 commit 7cbecdf
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/components/ControlLabel/ControlLabel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,11 @@ $block: '.#{variables.$ns}control-label';

&__text {
flex-grow: 1;
margin-inline-start: 8px;
white-space: normal;

#{$block}_disabled & {
opacity: 0.6;
}

#{$block}_size_m & {
margin-inline-start: 5px;
}

#{$block}_size_l & {
margin-inline-start: 7px;
}
}
}

0 comments on commit 7cbecdf

Please sign in to comment.