diff --git a/packages/grafana-ui/src/components/Logs/LogRow.tsx b/packages/grafana-ui/src/components/Logs/LogRow.tsx index 691793895c2..e3aff053220 100644 --- a/packages/grafana-ui/src/components/Logs/LogRow.tsx +++ b/packages/grafana-ui/src/components/Logs/LogRow.tsx @@ -183,7 +183,7 @@ class UnThemedLogRow extends PureComponent { {hasError && ( - + )} diff --git a/packages/grafana-ui/src/components/Logs/getLogRowStyles.ts b/packages/grafana-ui/src/components/Logs/getLogRowStyles.ts index a4a27427d7a..61421045b45 100644 --- a/packages/grafana-ui/src/components/Logs/getLogRowStyles.ts +++ b/packages/grafana-ui/src/components/Logs/getLogRowStyles.ts @@ -114,12 +114,12 @@ export const getLogRowStyles = stylesFactory((theme: GrafanaTheme, logLevel?: Lo top: 1px; bottom: 1px; width: 3px; + left: 4px; background-color: ${logColor}; } `, logIconError: css` color: ${theme.palette.red}; - margin-left: -5px; `, logsRowToggleDetails: css` label: logs-row-toggle-details__level;