Skip to content

Commit

Permalink
fix(Select): add 100% width to default labeles
Browse files Browse the repository at this point in the history
  • Loading branch information
korvin89 committed Jan 9, 2024
1 parent f4a7dc5 commit 65a403d
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 65a403d

Please sign in to comment.