You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently had to use this where the parent had a max-width constraint, and when the labels are long, they are wrapped and interferes with the close icon.
This is how it looks
This can easily fixed by having .Select--multi .Select-value to be inline-flex instead of inline-block.
This is the result
Its a tiny fix. If you want a PR for this I can create one. Thanks for the awesome component!
Cheers
The text was updated successfully, but these errors were encountered:
Hi @broncha the only issue I see with using inline-flex is some people have to support browsers that don't support this feature. Since this can be handled on your end, I would rather not introduce something new that may break other users.
Hi,
I recently had to use this where the parent had a max-width constraint, and when the labels are long, they are wrapped and interferes with the close icon.
This is how it looks
This can easily fixed by having
.Select--multi .Select-value
to beinline-flex
instead ofinline-block
.This is the result
Its a tiny fix. If you want a PR for this I can create one. Thanks for the awesome component!
Cheers
The text was updated successfully, but these errors were encountered: