Skip to content

Commit

Permalink
feat!: update ControlLabel text offset (#1973)
Browse files Browse the repository at this point in the history
  • Loading branch information
amje authored Dec 2, 2024
1 parent be1c107 commit b77fca5
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 8 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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: var(--g-spacing-2);
white-space: normal;

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

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

#{$block}_size_l & {
margin-inline-start: 7px;
}
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b77fca5

Please sign in to comment.