mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
PageHeader: Fill title container width (#94213)
page-header title: flex 1
This commit is contained in:
parent
e2735dd9c8
commit
f9361bf5bf
@ -58,8 +58,8 @@ const getStyles = (theme: GrafanaTheme2) => {
|
|||||||
display: 'flex',
|
display: 'flex',
|
||||||
flexDirection: 'row',
|
flexDirection: 'row',
|
||||||
maxWidth: '100%',
|
maxWidth: '100%',
|
||||||
|
flex: 1,
|
||||||
h1: {
|
h1: {
|
||||||
display: 'flex',
|
|
||||||
marginBottom: 0,
|
marginBottom: 0,
|
||||||
},
|
},
|
||||||
}),
|
}),
|
||||||
|
Loading…
Reference in New Issue
Block a user