From 6dda2c9dfd1b187ad5ecb423a2dad8118134a93e Mon Sep 17 00:00:00 2001 From: Kartikay Date: Mon, 11 Dec 2023 13:15:37 +0530 Subject: [PATCH] Fix overflow of txnHistory table Signed-off-by: Kartikay --- packages/site/src/pages/index.tsx | 3 ++- packages/snap/snap.manifest.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/packages/site/src/pages/index.tsx b/packages/site/src/pages/index.tsx index 47be446..0e281a2 100644 --- a/packages/site/src/pages/index.tsx +++ b/packages/site/src/pages/index.tsx @@ -629,7 +629,7 @@ const Index = () => { justifyContent: 'flex-start', alignItems: 'center', position: 'relative', - width: '50%', + width: '70%', }} > {' '} @@ -759,6 +759,7 @@ const Index = () => { display: 'flex', justifyContent: 'space-evenly', width: '100%', + paddingBottom: '2rem' }} >