LogRow: Fix placement of icon (#51010)

This commit is contained in:
Ivana Huckova
2022-06-17 09:48:00 +02:00
committed by GitHub
parent 109bc7e940
commit 642b7b1eb8
@@ -67,8 +67,7 @@ const getStyles = (theme: GrafanaTheme2) => {
return {
topVerticalAlign: css`
label: topVerticalAlign;
vertical-align: top;
margin-top: -${theme.spacing(0.5)};
margin-top: -${theme.spacing(0.9)};
margin-left: -${theme.spacing(0.25)};
`,
detailsOpen: css`