diff --git a/packages/views/editor/code-block-iframe.tsx b/packages/views/editor/code-block-iframe.tsx index 023bd6e21..28d8e848e 100644 --- a/packages/views/editor/code-block-iframe.tsx +++ b/packages/views/editor/code-block-iframe.tsx @@ -29,7 +29,7 @@ interface CodeBlockIframeProps { /** Iframe title for accessibility. */ title: string; className?: string; - /** Tailwind height token; defaults to h-[320px]. */ + /** Tailwind height token; defaults to h-[480px]. */ heightClassName?: string; } @@ -37,7 +37,7 @@ export function CodeBlockIframe({ html, title, className, - heightClassName = "h-[320px]", + heightClassName = "h-[480px]", }: CodeBlockIframeProps) { return (