Skip to content

Commit

Permalink
add padding for read result
Browse files Browse the repository at this point in the history
  • Loading branch information
karooolis committed Jan 17, 2025
1 parent 6065d5e commit 9a0f616
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/local-explorer/packages/contracts/worlds.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"31337": {
"address": "0x8d8b6b8414e1e3dcfd4168561b9be6bd3bf6ec4b"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ export function FunctionField({ worldAbi, functionAbi }: Props) {
</Form>

{result && (
<pre className="text-md relative rounded border p-3 text-sm">
<pre className="text-md relative mt-4 rounded border p-3 text-sm">
{result}
<CopyButton value={result} className="absolute right-1.5 top-1.5" />
</pre>
Expand Down

0 comments on commit 9a0f616

Please sign in to comment.