From 5d923095b9acdf233bbd574c4e31e43e073c8a0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laura=20Fern=C3=A1ndez?= Date: Thu, 26 Dec 2024 12:21:36 +0100 Subject: [PATCH] Unified History: Place the `UnifiedHistory` icon (#98092) --- public/app/core/components/AppChrome/TopBar/SingleTopBar.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/public/app/core/components/AppChrome/TopBar/SingleTopBar.tsx b/public/app/core/components/AppChrome/TopBar/SingleTopBar.tsx index 2bee868f11f..819ab7371af 100644 --- a/public/app/core/components/AppChrome/TopBar/SingleTopBar.tsx +++ b/public/app/core/components/AppChrome/TopBar/SingleTopBar.tsx @@ -73,8 +73,8 @@ export const SingleTopBar = memo(function SingleTopBar({ - {unifiedHistoryEnabled && } + {enrichedHelpNode && ( } placement="bottom-end"> @@ -115,9 +115,8 @@ const getStyles = (theme: GrafanaTheme2, menuDockedAndOpen: boolean) => ({ justifyContent: 'space-between', [theme.breakpoints.up('lg')]: { - gridTemplateColumns: '2fr minmax(440px, 1fr)', + gridTemplateColumns: '2fr minmax(550px, 1fr)', display: 'grid', - justifyContent: 'flex-start', }, }),