fix wrong context height (#56024) (#56046)

(cherry picked from commit 3afa3f5e21)

Co-authored-by: Sven Grossmann <Svennergr@gmail.com>
This commit is contained in:
Grot (@grafanabot) 2022-09-29 18:23:00 +02:00 committed by GitHub
parent 27e76f5c7a
commit aae3a73381
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,7 +39,7 @@ const getLogRowContextStyles = (theme: GrafanaTheme2, wrapLogMessage?: boolean)
top: 100%;
`
: css`
margin-top: 40px;
margin-top: 20px;
width: 75%;
`;
return {