Logs: Fix table/logs header toggle (#71485)

fix table header
pull/71701/head
Sven Grossmann 2 years ago committed by GitHub
parent bd4f8fd280
commit 8a38b5ea3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      public/app/features/explore/Logs/Logs.tsx

@ -784,6 +784,7 @@ const getStyles = (theme: GrafanaTheme2, wrapLogMessage: boolean) => {
`,
visualisationType: css`
display: flex;
flex: 1;
justify-content: space-between;
`,
visualisationTypeRadio: css`

Loading…
Cancel
Save