From 28bc6bb488338eb21d7d016bb00cac96fc995ff9 Mon Sep 17 00:00:00 2001 From: Usman Baig Date: Sun, 29 Mar 2026 01:16:05 +0100 Subject: [PATCH] fix: prevent horizontal scroll on dashboard main content --- components/dashboard/DashboardShell.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/dashboard/DashboardShell.tsx b/components/dashboard/DashboardShell.tsx index c328b8a..9b096f3 100644 --- a/components/dashboard/DashboardShell.tsx +++ b/components/dashboard/DashboardShell.tsx @@ -395,7 +395,7 @@ export default function DashboardShell({ {/* Content panel */}
-
+
{children}