Skip to content

Commit

Permalink
Merge branch 'main' of github.com:carbon-design-system/carbon into re…
Browse files Browse the repository at this point in the history
…novate/stylelint-config-standard-36.x
  • Loading branch information
tay1orjones committed Nov 15, 2024
2 parents 1ef6d99 + 07a60ca commit c296e2b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/styles/scss/components/dropdown/_dropdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@
grid-gap: 0 convert.to-rem(24px);
grid-template: auto / auto min-content;

&:has(.#{$prefix}--label.#{$prefix}--visually-hidden) {
grid-template: auto / auto;
}

.#{$prefix}--label {
@include type-style('body-compact-01');
}
Expand Down

0 comments on commit c296e2b

Please sign in to comment.