Fix navbar auth button text wrapping on smaller screens#3878
Fix navbar auth button text wrapping on smaller screens#3878h1a2r3s4h wants to merge 1 commit intodubinc:mainfrom
Conversation
|
@h1a2r3s4h is attempting to deploy a commit to the Dub Team on Vercel. A member of the Team first needs to authorize it. |
|
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughTwo independent changes: Docker Compose MySQL port remapped from 3306 to 3307 on the host to avoid conflicts, and navigation component auth buttons updated with ChangesDocker MySQL Port Configuration
Navigation Button Styling
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Tip 💬 Introducing Slack Agent: The best way for teams to turn conversations into code.Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.
Built for teams:
One agent for your entire SDLC. Right inside Slack. 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 |
|
Hi! This PR fixes the navbar auth button labels wrapping into multiple lines on smaller widths by adding Thanks for reviewing! |
Summary
Fixes navbar auth buttons wrapping into multiple lines on smaller screen widths.
Changes
whitespace-nowrapto Log in buttonwhitespace-nowrapto Sign up buttonThis keeps the button text on a single line and improves navbar responsiveness.
Summary by CodeRabbit