fix: reduce ExportPanel code snippet maxHeight to 13rem
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -36,8 +36,8 @@ export function ExportPanel({ config }: Props) {
|
||||
))}
|
||||
</div>
|
||||
</div>
|
||||
{tab === 'css' && <CodeSnippet code={css} maxHeight="16rem" />}
|
||||
{tab === 'tailwind' && <CodeSnippet code={tailwind} maxHeight="16rem" />}
|
||||
{tab === 'css' && <CodeSnippet code={css} maxHeight="13rem" />}
|
||||
{tab === 'tailwind' && <CodeSnippet code={tailwind} maxHeight="13rem" />}
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user