diff --git a/x-pack/plugins/observability/public/components/app/section/alerts/index.tsx b/x-pack/plugins/observability/public/components/app/section/alerts/index.tsx index 02e841ec50ee2..b430b7d5959fe 100644 --- a/x-pack/plugins/observability/public/components/app/section/alerts/index.tsx +++ b/x-pack/plugins/observability/public/components/app/section/alerts/index.tsx @@ -11,6 +11,7 @@ import { EuiIconTip, EuiLink, EuiText, + EuiSpacer, } from '@elastic/eui'; import { i18n } from '@kbn/i18n'; import moment from 'moment'; @@ -80,13 +81,14 @@ export function AlertsSection({ alerts }: Props) { const isLastElement = index === alerts.length - 1; return ( + - {alert.name} + {alert.name}