Loki: Fix margin in Log Context (#67299)
* remove top margin * also fix for parsed labels
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user