mirror of
https://github.com/grafana/grafana.git
synced 2025-02-10 23:55:47 -06:00
Navigation: fix page title spacing when there is no subtitle (#58654)
* fix page title spacing when there is no subtitle * apply margin to whole page header
This commit is contained in:
parent
e5cb1ceae0
commit
0bd120e01b
@ -72,13 +72,13 @@ const getStyles = (theme: GrafanaTheme2) => {
|
||||
display: 'flex',
|
||||
flexDirection: 'column',
|
||||
gap: theme.spacing(1),
|
||||
marginBottom: theme.spacing(2),
|
||||
}),
|
||||
pageTitle: css({
|
||||
display: 'flex',
|
||||
marginBottom: 0,
|
||||
}),
|
||||
subTitle: css({
|
||||
marginBottom: theme.spacing(2),
|
||||
position: 'relative',
|
||||
color: theme.colors.text.secondary,
|
||||
}),
|
||||
|
Loading…
Reference in New Issue
Block a user