fix: align UserColumns labels with content cards - #16596
fix: align UserColumns labels with content cards#16596Jayant-Sharma-Dev wants to merge 2 commits into
Conversation
|
WalkthroughChangesResponsive UI styling
Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 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 |
Greptile SummaryAligns user profile labels with their content cards on desktop and sizes facility map links to their content width. Confidence Score: 5/5The PR appears safe to merge. No blocking failures remain. Important Files Changed
Reviews (2): Last reviewed commit: "fix: align UserColumns label with card c..." | Re-trigger Greptile |
4ad9f1d to
199c42a
Compare
What
Labels in
UserColumns(used on the user profile page) were vertically stretching to match their content card's height instead of aligning naturally, making shorter cards like "Contact Information" look visually disconnected from their label.Fix
Added
sm:items-centerto the flex container inUserColumns.tsxso labels align with their cards on desktop, without affecting the mobile stacked layout.Screenshots
Before:
After (desktop):
Merge Checklist
Summary by CodeRabbit