Explore: fix history settings tab padding (#40752)

pull/40810/head
Giordano Ricci 4 years ago committed by GitHub
parent 3f5dcbfdb5
commit 35e2a3a126
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      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};

Loading…
Cancel
Save