From f9361bf5bf83d71895d457c9401af243b32e0419 Mon Sep 17 00:00:00 2001 From: Lars Stegman Date: Mon, 7 Oct 2024 15:41:18 +0200 Subject: [PATCH] PageHeader: Fill title container width (#94213) page-header title: flex 1 --- public/app/core/components/Page/PageHeader.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/core/components/Page/PageHeader.tsx b/public/app/core/components/Page/PageHeader.tsx index c83d3d9d101..d729628189e 100644 --- a/public/app/core/components/Page/PageHeader.tsx +++ b/public/app/core/components/Page/PageHeader.tsx @@ -58,8 +58,8 @@ const getStyles = (theme: GrafanaTheme2) => { display: 'flex', flexDirection: 'row', maxWidth: '100%', + flex: 1, h1: { - display: 'flex', marginBottom: 0, }, }),