fix wrong context height (#56024)

This commit is contained in:
Sven Grossmann
2022-09-29 18:12:20 +02:00
committed by GitHub
parent 59a3e18bb2
commit 3afa3f5e21
@@ -48,7 +48,7 @@ const getLogRowContextStyles = (theme: GrafanaTheme2, wrapLogMessage?: boolean)
top: 100%;
`
: css`
margin-top: 40px;
margin-top: 20px;
width: 75%;
`;
return {