diff --git a/public/app/features/explore/Logs.tsx b/public/app/features/explore/Logs.tsx index f766a8c0c24..85c867f1c35 100644 --- a/public/app/features/explore/Logs.tsx +++ b/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};