Fix width or logrows to cover full space up until logs navigation (#36778)

pull/36768/head
Ivana Huckova 4 years ago committed by GitHub
parent 0df1b33d71
commit 8f31636a98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      public/app/features/explore/Logs.tsx

@ -432,6 +432,7 @@ const getStyles = stylesFactory((theme: GrafanaTheme) => {
`,
logRows: css`
overflow-x: scroll;
width: 100%;
`,
infoText: css`
font-size: ${theme.typography.size.sm};

Loading…
Cancel
Save