From 2d9f5a6b71a392a77ac2f90713489ac29b0cd5a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Tue, 21 Nov 2023 15:30:22 +0100 Subject: [PATCH] DashboardScene: Fixes wrapping panel time override (#78470) --- public/app/features/dashboard-scene/scene/PanelTimeRange.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/public/app/features/dashboard-scene/scene/PanelTimeRange.tsx b/public/app/features/dashboard-scene/scene/PanelTimeRange.tsx index b508a25de8e..6e943e97f11 100644 --- a/public/app/features/dashboard-scene/scene/PanelTimeRange.tsx +++ b/public/app/features/dashboard-scene/scene/PanelTimeRange.tsx @@ -104,6 +104,7 @@ const getStyles = (theme: GrafanaTheme2) => { timeshift: css({ color: theme.colors.text.link, gap: theme.spacing(0.5), + whiteSpace: 'nowrap', }), }; };