diff --git a/components/DataGrid.tsx b/components/DataGrid.tsx index 705e838..d9a99d8 100644 --- a/components/DataGrid.tsx +++ b/components/DataGrid.tsx @@ -202,7 +202,7 @@ const ExpandableChartCard: React.FC<{ title: string; children: React.ReactNode; if (isExpanded) { return ( -
+

{title}

-
+ {/* Use flex-1 and min-h-0 to allow children to fill available space */} +
{children}