Skip to content

Commit

Permalink
fix(FilterMultiSelect): add flex-shrink 0 to MultiSelect TriggerButto…
Browse files Browse the repository at this point in the history
…nBase

when a width was applied to the button, the icon would shrink, adding flex-shrink 0 resolves this issue
  • Loading branch information
kaydwithers committed Sep 20, 2023
1 parent 98e744b commit 56991f2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@
}

.icon {
flex-shrink: 0;
margin-inline-start: $spacing-xs;
}

0 comments on commit 56991f2

Please sign in to comment.