diff --git a/public/app/features/dashboard-scene/panel-edit/PanelDataPane/ConnectionLines.tsx b/public/app/features/dashboard-scene/panel-edit/PanelDataPane/ConnectionLines.tsx index 5a3f3f32767..3cb3758cc39 100644 --- a/public/app/features/dashboard-scene/panel-edit/PanelDataPane/ConnectionLines.tsx +++ b/public/app/features/dashboard-scene/panel-edit/PanelDataPane/ConnectionLines.tsx @@ -150,6 +150,7 @@ const getStyles = (theme: GrafanaTheme2) => ({ pointerEvents: 'none', zIndex: 10, overflow: 'visible', + width: '100%', }), connectionGroup: css({ [theme.transitions.handleMotion('no-preference', 'reduce')]: { diff --git a/public/app/features/dashboard-scene/panel-edit/PanelDataPane/QueryTransformList.tsx b/public/app/features/dashboard-scene/panel-edit/PanelDataPane/QueryTransformList.tsx index fb6b0055276..5323ba9988a 100644 --- a/public/app/features/dashboard-scene/panel-edit/PanelDataPane/QueryTransformList.tsx +++ b/public/app/features/dashboard-scene/panel-edit/PanelDataPane/QueryTransformList.tsx @@ -187,12 +187,12 @@ export const QueryTransformList = memo( -