From 914d8d6f15aaad12333bf5ebeaf33bb4871101df Mon Sep 17 00:00:00 2001 From: Giordano Ricci Date: Fri, 29 Oct 2021 11:03:09 +0100 Subject: [PATCH] Explore: fix footer margin in Query History (#40970) --- .../app/features/explore/RichHistory/RichHistoryQueriesTab.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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};