diff --git a/public/app/features/explore/RichHistory/RichHistoryQueriesTab.tsx b/public/app/features/explore/RichHistory/RichHistoryQueriesTab.tsx index de7a75543f3..660fd1a9c55 100644 --- a/public/app/features/explore/RichHistory/RichHistoryQueriesTab.tsx +++ b/public/app/features/explore/RichHistory/RichHistoryQueriesTab.tsx @@ -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};