From 6d6505e5dc0d6eb0d6b79f466f52a8c74881d45c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Sun, 1 Mar 2026 14:04:17 +0100 Subject: [PATCH] fix: reduce ExportPanel code snippet maxHeight to 13rem Co-Authored-By: Claude Sonnet 4.6 --- components/animate/ExportPanel.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/animate/ExportPanel.tsx b/components/animate/ExportPanel.tsx index fc59ae7..032bc14 100644 --- a/components/animate/ExportPanel.tsx +++ b/components/animate/ExportPanel.tsx @@ -36,8 +36,8 @@ export function ExportPanel({ config }: Props) { ))} - {tab === 'css' && } - {tab === 'tailwind' && } + {tab === 'css' && } + {tab === 'tailwind' && } ); }