fix: invite teammates modal trash icon spacing#3299
fix: invite teammates modal trash icon spacing#3299mo-abdulai wants to merge 1 commit intodubinc:mainfrom
Conversation
|
Someone is attempting to deploy a commit to the Dub Team on Vercel. A member of the Team first needs to authorize it. |
|
Mohammed Abdulai seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
📝 WalkthroughWalkthroughAdded Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Poem
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing touches
📜 Recent review detailsConfiguration used: defaults Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
🔇 Additional comments (3)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Closes #3298
Problem
The delete (trash) icon for additional invite rows was absolutely positioned too close to the right edge of the modal, causing awkward spacing and horizontal overflow.
Solution
overflow-x-hiddento the modal container to prevent horizontal scrollingpr-8 sm:pr-10) on modal header and form sectionsSteps to reproduce
Screenshots
Before
After
Notes
Pure UI change — no behavior or API changes.
cc @steven-tey — happy to adjust if you prefer a different approach
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.