Skip to content

Commit

Permalink
Merge branch 'main' into datepicker-bug-fix-17794
Browse files Browse the repository at this point in the history
  • Loading branch information
2nikhiltom authored Nov 13, 2024
2 parents eb9a612 + 5cf7bff commit 081abef
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/styles/scss/components/list-box/_list-box.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ $list-box-menu-width: convert.to-rem(300px);
@mixin list-box {
// The overall container element for a `list-box`. Has two variants,
// `disabled` and `inline`.
.#{$prefix}--list-box__wrapper {
display: block;
}

.#{$prefix}--list-box__wrapper--inline {
display: inline-grid;
align-items: center;
Expand Down

0 comments on commit 081abef

Please sign in to comment.