From 0754cb0e4f1292a1f7a7bc6ce2382fd4327ed602 Mon Sep 17 00:00:00 2001 From: Usman Baig Date: Wed, 11 Mar 2026 22:52:14 +0100 Subject: [PATCH] fix: align Goals & Events and Scroll Depth block height with other dashboard blocks --- components/dashboard/GoalStats.tsx | 4 ++-- components/dashboard/ScrollDepth.tsx | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/components/dashboard/GoalStats.tsx b/components/dashboard/GoalStats.tsx index ebbc9a5..8874081 100644 --- a/components/dashboard/GoalStats.tsx +++ b/components/dashboard/GoalStats.tsx @@ -27,7 +27,7 @@ export default function GoalStats({ goalCounts, onSelectEvent }: GoalStatsProps) {hasData ? ( -
+
{list.map((row) => (
) : ( -
+
diff --git a/components/dashboard/ScrollDepth.tsx b/components/dashboard/ScrollDepth.tsx index 4258243..e66b993 100644 --- a/components/dashboard/ScrollDepth.tsx +++ b/components/dashboard/ScrollDepth.tsx @@ -39,12 +39,12 @@ export default function ScrollDepth({ goalCounts, totalPageviews }: ScrollDepthP

{hasData ? ( -
+
) : ( -
+