-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Update link styling in ProgramHelpLinks #3035
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
Conversation
Added w-full and px-2.5 to the link class for improved layout and consistent padding in the ProgramHelpLinks component.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
WalkthroughUpdated anchor element styling in the partners program help links component by converting hover-based horizontal padding to constant padding and adding full width behavior. Layout and other styling properties remain unchanged. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes
Possibly related PRs
Suggested reviewers
Poem
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
🧰 Additional context used🧠 Learnings (1)📚 Learning: 2025-07-09T20:52:56.592ZApplied to files:
🔇 Additional comments (1)
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 |
Added w-full and px-2.5 to the link class for improved layout and consistent padding in the ProgramHelpLinks component.
The link starting position was off to the right. I think this had carried over from an earlier version we had.
Before

After

Summary by CodeRabbit