mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix wrong context height (#56024)
This commit is contained in:
parent
59a3e18bb2
commit
3afa3f5e21
@ -48,7 +48,7 @@ const getLogRowContextStyles = (theme: GrafanaTheme2, wrapLogMessage?: boolean)
|
|||||||
top: 100%;
|
top: 100%;
|
||||||
`
|
`
|
||||||
: css`
|
: css`
|
||||||
margin-top: 40px;
|
margin-top: 20px;
|
||||||
width: 75%;
|
width: 75%;
|
||||||
`;
|
`;
|
||||||
return {
|
return {
|
||||||
|
Loading…
Reference in New Issue
Block a user