From 35e2a3a126a90e1d0aa8849b841c57f4596625ac Mon Sep 17 00:00:00 2001 From: Giordano Ricci Date: Fri, 22 Oct 2021 12:47:48 +0100 Subject: [PATCH] Explore: fix history settings tab padding (#40752) --- public/app/features/explore/RichHistory/RichHistorySettings.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/public/app/features/explore/RichHistory/RichHistorySettings.tsx b/public/app/features/explore/RichHistory/RichHistorySettings.tsx index 27cdd934a8f..f07b0c5136f 100644 --- a/public/app/features/explore/RichHistory/RichHistorySettings.tsx +++ b/public/app/features/explore/RichHistory/RichHistorySettings.tsx @@ -22,7 +22,6 @@ export interface RichHistorySettingsProps { const getStyles = stylesFactory((theme: GrafanaTheme) => { return { container: css` - padding-left: ${theme.spacing.sm}; font-size: ${theme.typography.size.sm}; .space-between { margin-bottom: ${theme.spacing.lg};