-
Notifications
You must be signed in to change notification settings - Fork 619
Dashboard: Fix horizontal overflow in /bridge page #8302
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dashboard: Fix horizontal overflow in /bridge page #8302
Conversation
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
WalkthroughAdded the Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Pre-merge checks and finishing touches❌ Failed checks (2 warnings)
✅ Passed checks (1 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
Warning Review ran into problems🔥 ProblemsErrors were encountered while retrieving linked issues. Errors (1)
Comment |
size-limit report 📦
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8302 +/- ##
=======================================
Coverage 54.89% 54.89%
=======================================
Files 919 919
Lines 60677 60677
Branches 4125 4125
=======================================
Hits 33310 33310
Misses 27265 27265
Partials 102 102
🚀 New features to boost your workflow:
|
Merge activity
|
<!--
## title your PR with this format: "[SDK/Dashboard/Portal] Feature/Fix: Concise title for the changes"
If you did not copy the branch name from Linear, paste the issue tag here (format is TEAM-0000):
## Notes for the reviewer
Anything important to call out? Be sure to also clarify these in your comments.
## How to test
Unit tests, playground, etc.
-->
<!-- start pr-codex -->
---
## PR-Codex overview
This PR focuses on enhancing the styling of the `bridge-page` component by adding an `overflow-hidden` class to a `div`, which likely improves the layout and prevents overflow issues.
### Detailed summary
- Added `overflow-hidden` class to the `div` in the `bridge-page` component to manage overflow behavior.
> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}`
<!-- end pr-codex -->
<!-- This is an auto-generated comment: release notes by coderabbit.ai -->
## Summary by CodeRabbit
* **Style**
* Updated the bridge page container to refine content display behavior and ensure consistent visual presentation.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
33a24d1 to
630edad
Compare

PR-Codex overview
This PR focuses on enhancing the styling of the
bridge-pagecomponent by adding anoverflow-hiddenclass to adiv, which likely aims to manage overflow content visually.Detailed summary
overflow-hiddenclass to thedivin thebridge-pagecomponent to control overflow content.Summary by CodeRabbit