Skip to content

Commit

Permalink
fix transactions receipt fixed width
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenlejoe committed Feb 26, 2024
1 parent 87fcb5f commit 5d19d1d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const TransactionReceiptView: React.FC<TransactionReceiptViewProps> = ({
}, [chains, chain_name]);

return (
<section className="h-fit w-5/6 max-w-[37.5rem] overflow-hidden rounded border">
<section className="overflow-hidden rounded border">
<figure className="h-10 w-full bg-accent" />

<main className="flex h-full w-full flex-col gap-y-4 p-4">
Expand Down

0 comments on commit 5d19d1d

Please sign in to comment.