From 7175de44af86b73e9f6d65375c37450e0a41e4b0 Mon Sep 17 00:00:00 2001 From: Usman Baig Date: Mon, 9 Mar 2026 22:56:53 +0100 Subject: [PATCH] Fix metric cards grid to use md: breakpoint instead of @container queries Tailwind 3 doesn't support container queries without a plugin. --- components/dashboard/Chart.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/dashboard/Chart.tsx b/components/dashboard/Chart.tsx index 14ef827..b3fbecd 100644 --- a/components/dashboard/Chart.tsx +++ b/components/dashboard/Chart.tsx @@ -323,16 +323,16 @@ export default function Chart({ return (
- + {/* Metrics Grid - 21st.dev style */} -
+
{metricsWithTrends.map((m) => (