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

This commit is contained in:
Ivana Huckova
2021-07-15 17:09:20 +02:00
committed by GitHub
parent 0df1b33d71
commit 8f31636a98
+1
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};