mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Explore: fix footer margin in Query History (#40970)
This commit is contained in:
parent
283c19a129
commit
914d8d6f15
@ -105,7 +105,7 @@ const getStyles = stylesFactory((theme: GrafanaTheme, height: number) => {
|
||||
`,
|
||||
footer: css`
|
||||
height: 60px;
|
||||
margin-top: ${theme.spacing.lg};
|
||||
margin: ${theme.spacing.lg} auto;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
font-weight: ${theme.typography.weight.light};
|
||||
|
Loading…
Reference in New Issue
Block a user