Skip to content

Commit

Permalink
fix(Select): add 100% width to default labels (#1239)
Browse files Browse the repository at this point in the history
  • Loading branch information
korvin89 authored Jan 10, 2024
1 parent f4a7dc5 commit 5bd5edd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ $xl-right-padding: '12px';
&__option-default-label {
@include mixins.overflow-ellipsis();
font-size: var(--g-text-body-1-font-size);
width: 100%;

&_disabled {
color: var(--g-color-text-secondary);
Expand Down

0 comments on commit 5bd5edd

Please sign in to comment.