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

(cherry picked from commit 914d8d6f15)

Co-authored-by: Giordano Ricci <me@giordanoricci.com>
This commit is contained in:
Grot (@grafanabot)
2021-10-29 04:32:04 -06:00
committed by GitHub
parent 8ac788c71a
commit 994b44f3fc
@@ -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};