From 630edadcec2c777cfd4bfef4871aff396e98291e Mon Sep 17 00:00:00 2001 From: MananTank Date: Thu, 23 Oct 2025 23:30:50 +0000 Subject: [PATCH] Dashboard: Fix horizontal overflow in /bridge page (#8302) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ## 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}` ## Summary by CodeRabbit * **Style** * Updated the bridge page container to refine content display behavior and ensure consistent visual presentation. --- apps/dashboard/src/app/bridge/components/bridge-page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/dashboard/src/app/bridge/components/bridge-page.tsx b/apps/dashboard/src/app/bridge/components/bridge-page.tsx index a6a9d70e3fb..41bf2f54621 100644 --- a/apps/dashboard/src/app/bridge/components/bridge-page.tsx +++ b/apps/dashboard/src/app/bridge/components/bridge-page.tsx @@ -20,7 +20,7 @@ export function BridgePageUI(props: {
-
+