Skip to content

Commit 060e0d5

Browse files
committed
add width full back in to avoid resizing bug on desktop
1 parent f1f2459 commit 060e0d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/wallets/find-wallet.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ const FindWalletPage = ({ data, location }) => {
121121
}
122122

123123
return (
124-
<Flex direction="column" position="relative">
124+
<Flex direction="column" position="relative" w="full">
125125
<PageMetadata
126126
title={t("page-find-wallet-meta-title")}
127127
description={t("page-find-wallet-meta-description")}

0 commit comments

Comments
 (0)