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'm not 100% sure if this is considered a bug or intended behavior, but the select-like components limit the content width to the trigger width, which causes content values longer than the currently selected value to truncate. See video attached of this behavior on the docs site.
CleanShot.2025-04-17.at.11.15.34.mp4
If we consider this to be a bug I am happy to shoot a quick PR that fixes this by adding a min-w-fit to the content slots.