Loki: Fix margin in Log Context (#67299)

* remove top margin

* also fix for parsed labels
This commit is contained in:
Sven Grossmann
2023-04-27 12:44:16 +02:00
committed by GitHub
parent 4b047b62a7
commit a3d31e0420
@@ -43,7 +43,12 @@ function getStyles(theme: GrafanaTheme2) {
`,
label: css`
max-width: 100%;
margin: ${theme.spacing(2)} 0;
&:first-of-type {
margin-bottom: ${theme.spacing(2)};
}
&:not(:first-of-type) {
margin: ${theme.spacing(2)} 0;
}
`,
query: css`
text-align: start;