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

This commit is contained in:
Ivana Huckova 2021-07-15 11:09:20 -04:00 committed by GitHub
parent 0df1b33d71
commit 8f31636a98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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