Skip to content

Commit

Permalink
fix: preview width
Browse files Browse the repository at this point in the history
  • Loading branch information
yongenaelf committed Aug 21, 2024
1 parent 33496fa commit 0c6adeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/webcontainer/preview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export function Preview() {
return (
<div>
<h1 className="text-xl">Preview will be shown here</h1>
<iframe ref={iframeElRef} />
<iframe ref={iframeElRef} className="w-full" />
</div>
);
}

0 comments on commit 0c6adeb

Please sign in to comment.