Skip to content

Commit

Permalink
Fix overflow of txnHistory table
Browse files Browse the repository at this point in the history
Signed-off-by: Kartikay <[email protected]>
  • Loading branch information
kartikaysaxena committed Dec 11, 2023
1 parent 72846bb commit 6dda2c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/site/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ const Index = () => {
justifyContent: 'flex-start',
alignItems: 'center',
position: 'relative',
width: '50%',
width: '70%',
}}
>
{' '}
Expand Down Expand Up @@ -759,6 +759,7 @@ const Index = () => {
display: 'flex',
justifyContent: 'space-evenly',
width: '100%',
paddingBottom: '2rem'
}}
>
<Button
Expand Down
2 changes: 1 addition & 1 deletion packages/snap/snap.manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "https://github.com/MetaMask/template-snap-monorepo.git"
},
"source": {
"shasum": "8fmWtK9q5KxO5e323+7aa7DHOH6iVSuvI8zpafDP5qo=",
"shasum": "YNgVU7K/FHW2Go/IPsJmJ/9ChLk6DgtzatP4YnkaCP8=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand Down

0 comments on commit 6dda2c9

Please sign in to comment.