From aae3a7338121e9ebf48883d0af8ffd7b005f0cf6 Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Thu, 29 Sep 2022 18:23:00 +0200 Subject: [PATCH] fix wrong context height (#56024) (#56046) (cherry picked from commit 3afa3f5e21c59bfd5e10573254babe11542ba52d) Co-authored-by: Sven Grossmann --- 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 038914f2e4f..9131c7b6521 100644 --- a/public/app/features/logs/components/LogRowContext.tsx +++ b/public/app/features/logs/components/LogRowContext.tsx @@ -39,7 +39,7 @@ const getLogRowContextStyles = (theme: GrafanaTheme2, wrapLogMessage?: boolean) top: 100%; ` : css` - margin-top: 40px; + margin-top: 20px; width: 75%; `; return {