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

pull/41089/head
Giordano Ricci 4 years ago committed by GitHub
parent 283c19a129
commit 914d8d6f15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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};

Loading…
Cancel
Save