PageHeader: Fill title container width (#94213)

page-header title: flex 1
This commit is contained in:
Lars Stegman 2024-10-07 15:41:18 +02:00 committed by GitHub
parent e2735dd9c8
commit f9361bf5bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -58,8 +58,8 @@ const getStyles = (theme: GrafanaTheme2) => {
display: 'flex',
flexDirection: 'row',
maxWidth: '100%',
flex: 1,
h1: {
display: 'flex',
marginBottom: 0,
},
}),