We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8aaec6 commit c81bafdCopy full SHA for c81bafd
src/app/components/generator/PreviewPanel.tsx
@@ -29,7 +29,7 @@ export function PreviewPanel({ id, docAndNode: original, shown }: PreviewPanelPr
29
return <ErrorPanel error={previewError} onDismiss={dismissError} />
30
}
31
32
- return <div>
+ return <div class="h-full">
33
<PreviewContent key={id} id={id} docAndNode={docAndNode} shown={shown} />
34
</div>
35
0 commit comments