From e735573852ad5b28d9d834f6269b013c731defcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Wed, 5 Jun 2024 08:14:45 +0200 Subject: [PATCH] DashboardScene: Fixes issue with some query editors to not adapt to width changes (#88718) DashboardScene: Fixes issue with panel editor causing moncao query editors to not adapt to width changes --- .../dashboard-scene/panel-edit/PanelDataPane/PanelDataPane.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/public/app/features/dashboard-scene/panel-edit/PanelDataPane/PanelDataPane.tsx b/public/app/features/dashboard-scene/panel-edit/PanelDataPane/PanelDataPane.tsx index 24a2428eb34..339d006bf45 100644 --- a/public/app/features/dashboard-scene/panel-edit/PanelDataPane/PanelDataPane.tsx +++ b/public/app/features/dashboard-scene/panel-edit/PanelDataPane/PanelDataPane.tsx @@ -174,6 +174,7 @@ function getStyles(theme: GrafanaTheme2) { flexGrow: 1, minHeight: 0, height: '100%', + width: '100%', }), tabContent: css({ padding: theme.spacing(2),