From 8f31636a989113e8f9e14f19b993df514bca5351 Mon Sep 17 00:00:00 2001 From: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com> Date: Thu, 15 Jul 2021 11:09:20 -0400 Subject: [PATCH] Fix width or logrows to cover full space up until logs navigation (#36778) --- public/app/features/explore/Logs.tsx | 1 + 1 file changed, 1 insertion(+) 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};