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),