From 4a63279d28a15aceede59863a6f9e3579a0cfab4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Fern=C3=A1ndez=20G=C3=B3mez?= Date: Fri, 4 Sep 2020 15:54:59 +0200 Subject: [PATCH] Fix height for view log in context --- .../infra/public/pages/logs/stream/page_view_log_in_context.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/x-pack/plugins/infra/public/pages/logs/stream/page_view_log_in_context.tsx b/x-pack/plugins/infra/public/pages/logs/stream/page_view_log_in_context.tsx index 30ccc0779e571..4ac3d15a82222 100644 --- a/x-pack/plugins/infra/public/pages/logs/stream/page_view_log_in_context.tsx +++ b/x-pack/plugins/infra/public/pages/logs/stream/page_view_log_in_context.tsx @@ -70,6 +70,7 @@ export const PageViewLogInContext: React.FC = () => { query={contextQuery} center={contextEntry.cursor} highlight={contextEntry.id} + height="100%" />