fix: wrap Listening card chips when they overflow on mobile#92
Conversation
Allow the last month's tops and music for life chips to flex-wrap when horizontal space runs out, stacking the second chip directly below the first instead of clipping against the card edge. Co-authored-by: Claude <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThis change adjusts Tailwind CSS classes in the ListeningCard component, modifying the status text container to support truncation with shrink behavior, and converting the trailing content row from a fixed non-wrapping layout to a wrapping flex layout with explicit shrink-0 controls on child elements. ChangesListening Card Layout
Estimated code review effort: 1 (Trivial) | ~3 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
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 |
Summary
overflow: hidden.flex-wrapcontainer so chips wrap when they hit the right edge.Test plan
npm run lint && npm run typecheck && npm run test && npm run buildSummary by CodeRabbit