From 4fc112f927d93ba86a3e1f2791c440a3b481ef8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Thu, 24 Apr 2025 14:43:44 +0200 Subject: [PATCH] RowsLayout: Fixes min height issue (#104444) --- .../dashboard-scene/scene/layout-rows/RowItemRenderer.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/public/app/features/dashboard-scene/scene/layout-rows/RowItemRenderer.tsx b/public/app/features/dashboard-scene/scene/layout-rows/RowItemRenderer.tsx index 5366860504d..a4de7c0a1ac 100644 --- a/public/app/features/dashboard-scene/scene/layout-rows/RowItemRenderer.tsx +++ b/public/app/features/dashboard-scene/scene/layout-rows/RowItemRenderer.tsx @@ -206,7 +206,6 @@ function getStyles(theme: GrafanaTheme2) { wrapper: css({ display: 'flex', flexDirection: 'column', - minHeight: '100px', }), wrapperNotCollapsed: css({ '> div:nth-child(2)': {