From 5b856127eea6d0906e97133a0bbccf71f50c0d9d Mon Sep 17 00:00:00 2001 From: xSenny <95770932+xSenny@users.noreply.github.com> Date: Tue, 16 Jul 2024 13:53:32 +0300 Subject: [PATCH] fix(www): update height of chart in preview (#4244) Co-authored-by: shadcn --- apps/www/components/chart-code-viewer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/www/components/chart-code-viewer.tsx b/apps/www/components/chart-code-viewer.tsx index b6bb0141e1..eb9b6c53cd 100644 --- a/apps/www/components/chart-code-viewer.tsx +++ b/apps/www/components/chart-code-viewer.tsx @@ -59,7 +59,7 @@ ${Object.entries(chartConfig.theme.cssVars.dark) const content = ( <> -
+
{children}