Skip to content

Commit

Permalink
fix: remove shrinking for clear btn
Browse files Browse the repository at this point in the history
  • Loading branch information
Arucard89 committed Oct 10, 2024
1 parent 4c2632a commit 0d03ba4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ $block: '.#{variables.$ns}select-clear';
align-items: center;
margin-inline-start: auto;
z-index: 1;
flex-shrink: 0;

&:focus-visible {
border: 1px solid var(--g-color-line-generic-active);
Expand Down

0 comments on commit 0d03ba4

Please sign in to comment.