From 3afa3f5e21c59bfd5e10573254babe11542ba52d Mon Sep 17 00:00:00 2001 From: Sven Grossmann Date: Thu, 29 Sep 2022 18:12:20 +0200 Subject: [PATCH] fix wrong context height (#56024) --- public/app/features/logs/components/LogRowContext.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/features/logs/components/LogRowContext.tsx b/public/app/features/logs/components/LogRowContext.tsx index fbdd259aa25..f98fae12a01 100644 --- a/public/app/features/logs/components/LogRowContext.tsx +++ b/public/app/features/logs/components/LogRowContext.tsx @@ -48,7 +48,7 @@ const getLogRowContextStyles = (theme: GrafanaTheme2, wrapLogMessage?: boolean) top: 100%; ` : css` - margin-top: 40px; + margin-top: 20px; width: 75%; `; return {