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, }, }),