-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: resolved overlap issue with arrow in select #1591
fix: resolved overlap issue with arrow in select #1591
Conversation
🦋 Changeset detectedLatest commit: d429516 The changes in this PR will be included in the next version bump. This PR includes changesets to release 36 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
@jguddas is attempting to deploy a commit to the NextUI Team on Vercel. A member of the Team first needs to authorize it. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -9,9 +9,9 @@ const select = tv({ | |||
label: "block text-small font-medium text-foreground-500 pointer-events-none", | |||
mainWrapper: "w-full flex flex-col", | |||
trigger: | |||
"relative px-3 gap-3 w-full inline-flex flex-row items-center shadow-sm outline-none tap-highlight-transparent", | |||
"relative px-3 gap-3 w-full inline-flex flex-row items-center shadow-sm outline-none tap-highlight-transparent pr-10", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jguddas let's reduce the pr to 6
, please check this line https://github.com/nextui-org/nextui/pull/1591/files#diff-cf57aaf38eadf5556e28ffe5f5cd170c1b121821a248be7d551d02c13025b0c4L88
The px
overrides the pr-
on sm
sizes
Closing due to inactivity. |
Before the content could grow until it was under the arrow.
Now: