From 0682e13c7bd9c43a764f98f3a2dabc7ebbdfb568 Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Fri, 6 Mar 2026 14:27:49 +0000
Subject: [PATCH 1/2] Initial plan
From 084c0b4ee458f7d57f7e6d07ddb14aba984f829b Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Fri, 6 Mar 2026 14:53:12 +0000
Subject: [PATCH 2/2] ContentOverflow story: fix row height by using
getRowHeight instead of rowHeight
Co-authored-by: jamesricky <6264317+jamesricky@users.noreply.github.com>
---
.../docs/components/ContentOverflow/ContentOverflow.stories.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/storybook/src/docs/components/ContentOverflow/ContentOverflow.stories.tsx b/storybook/src/docs/components/ContentOverflow/ContentOverflow.stories.tsx
index 7e46b343178..aba468f28c2 100644
--- a/storybook/src/docs/components/ContentOverflow/ContentOverflow.stories.tsx
+++ b/storybook/src/docs/components/ContentOverflow/ContentOverflow.stories.tsx
@@ -100,7 +100,7 @@ export const InDataGrid = {
},
];
- return ;
+ return 100} />;
},
name: "In DataGrid",
};