Skip to content

Commit

Permalink
fix: make raw transaction adjust based on popup size, ref #5260
Browse files Browse the repository at this point in the history
  • Loading branch information
pete-watters committed Jul 23, 2024
1 parent c6d1602 commit 4cd8ddf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/components/json.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ function parseJsonReadable(value: any) {
export function Json(value: any) {
return (
<Box
maxWidth={{ base: '70vw', md: 'pageWidth' }}
className={css({
'& pre': {
overflowX: 'auto',
Expand Down

0 comments on commit 4cd8ddf

Please sign in to comment.