diff --git a/public/app/features/dashboard-scene/panel-edit/PanelDataPane/QueryDetailView.tsx b/public/app/features/dashboard-scene/panel-edit/PanelDataPane/QueryDetailView.tsx index e229cea22d2..ebd8d1957c0 100644 --- a/public/app/features/dashboard-scene/panel-edit/PanelDataPane/QueryDetailView.tsx +++ b/public/app/features/dashboard-scene/panel-edit/PanelDataPane/QueryDetailView.tsx @@ -441,6 +441,7 @@ const getStyles = (theme: GrafanaTheme2) => { display: 'inline-flex', alignItems: 'center', gap: theme.spacing(0.5), + whiteSpace: 'nowrap', }), collapsedTextLabel: css({ color: theme.colors.text.primary,