fix(ui): trends button group and labels on mobile#1390
fix(ui): trends button group and labels on mobile#1390danielroe merged 2 commits intonpmx-dev:mainfrom
Conversation
- Add w-fit to button group container to prevent full-width expansion - Remove max-w-1/2 constraint from toggle filters for better label visibility
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
📝 WalkthroughWalkthroughThis pull request modifies the layout structure of the VersionDistribution.vue component. The changes adjust CSS class constraints on two container elements: the first container has a width-fit constraint added via the w-fit class, whilst the second container has its maximum width constraint removed, allowing it to expand to full width. These are purely visual layout adjustments with no changes to component functionality or data handling. Possibly related PRs
Suggested labels
Suggested reviewers
🚥 Pre-merge checks | ✅ 1✅ Passed checks (1 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches🧪 Generate unit tests (beta)
No actionable comments were generated in the recent review. 🎉 Tip Issue Planner is now in beta. Read the docs and try it out! Share your feedback on Discord. Comment |
Fixes the way the filters (Semver Group and Toggles) are displayed on mobile so they are properly spaced and span containers well.
Before
After