LogRow: Fix placement of icon (#51010)
This commit is contained in:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user