LogRow: Fix placement of icon (#51010) (#51017)

(cherry picked from commit 642b7b1eb8)

Co-authored-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com>
This commit is contained in:
Grot (@grafanabot)
2022-06-17 10:03:25 +02:00
committed by GitHub
co-authored by Ivana Huckova
parent 6a351959d2
commit 3becfa6d74
@@ -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`