fix: Seats pie chart overlaps the text below in Subscription page#37802
fix: Seats pie chart overlaps the text below in Subscription page#37802Anshumancanrock wants to merge 3 commits into
Conversation
|
|
Looks like this PR is not ready to merge, because of the following issues:
Please fix the issues and try again If you have any trouble, please check the PR guidelines |
WalkthroughThis PR adds a bottom margin to the pie chart component in the subscription admin page, resolving visual overlap between the chart and the content below it. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Suggested labels
Suggested reviewers
Poem
Pre-merge checks and finishing touches❌ Failed checks (1 inconclusive)
✅ Passed checks (4 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 |
|
hi @dougfabris , could you please review this PR? Thanks ! |
Proposed changes (including videos or screenshots)
This PR fixes a visual alignment issue on the Subscription page where the Seats donut chart was overlapping the text below it.
The Problem:
The bottom arc of the donut chart was touching/overlapping the seat count (e.g., "1 / 50") and the label ("49 Seats Available"), making the UI look cluttered and hard to read.
The Fix:
Added
mbe={8}(margin-bottom of 8px) to the chart container inUsagePieGraph.tsx. This creates proper spacing between the donut chart and the text elements below it.Before: Chart touches/overlaps the text below
After: Clean 8px gap between chart and text
Issue(s)
Closes #37786
Steps to test or reproduce
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.