mirror of
https://github.com/grafana/grafana.git
synced 2024-11-25 10:20:29 -06:00
Fix width or logrows to cover full space up until logs navigation (#36778)
This commit is contained in:
parent
0df1b33d71
commit
8f31636a98
@ -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…
Reference in New Issue
Block a user