Explore: fix footer margin in Query History (#40970)

This commit is contained in:
Giordano Ricci
2021-10-29 11:03:09 +01:00
committed by GitHub
parent 283c19a129
commit 914d8d6f15

View File

@@ -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};