From 7114a66626763f12d0fff519bd59ca23aaa3ad39 Mon Sep 17 00:00:00 2001 From: alec <93971719+0xAlec@users.noreply.github.com> Date: Wed, 26 Feb 2025 14:37:01 -0700 Subject: [PATCH] fix: apply `w-full` on `AppchainBridge` default children (#2049) --- .../bridge/components/AppchainBridge.tsx | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/src/appchain/bridge/components/AppchainBridge.tsx b/src/appchain/bridge/components/AppchainBridge.tsx index b7df3d113e..bded1c58dd 100644 --- a/src/appchain/bridge/components/AppchainBridge.tsx +++ b/src/appchain/bridge/components/AppchainBridge.tsx @@ -12,6 +12,7 @@ import { AppchainBridgeSuccess } from './AppchainBridgeSuccess'; import { AppchainBridgeTransactionButton } from './AppchainBridgeTransactionButton'; import { AppchainBridgeWithdraw } from './AppchainBridgeWithdraw'; import { AppchainNetworkToggleButton } from './AppchainNetworkToggleButton'; + const AppchainBridgeDefaultContent = ({ title, }: { @@ -105,16 +106,14 @@ const AppchainBridgeDefaultContent = ({ -
-
-
- - - -
- - +
+
+ + +
+ +