LogRow: Fix placement of icon (#51010)

pull/48672/head^2
Ivana Huckova 4 years ago committed by GitHub
parent 109bc7e940
commit 642b7b1eb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      packages/grafana-ui/src/components/Logs/LogRow.tsx

@ -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`

Loading…
Cancel
Save