mirror of
https://github.com/grafana/grafana.git
synced 2026-07-30 00:08:10 -05:00
fix wrong context height (#56024)
This commit is contained in:
@@ -48,7 +48,7 @@ const getLogRowContextStyles = (theme: GrafanaTheme2, wrapLogMessage?: boolean)
|
||||
top: 100%;
|
||||
`
|
||||
: css`
|
||||
margin-top: 40px;
|
||||
margin-top: 20px;
|
||||
width: 75%;
|
||||
`;
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user