From 8ffd6149375d77a2ab4fae60d532474f4d64a2ae Mon Sep 17 00:00:00 2001 From: Paul Marbach Date: Tue, 2 Dec 2025 12:48:30 -0500 Subject: [PATCH] fix whitepsace wrapping on collapsedText for now --- .../dashboard-scene/panel-edit/PanelDataPane/QueryDetailView.tsx | 1 + 1 file changed, 1 insertion(+) 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,