Skip to content

Commit

Permalink
[Observability] Adding margin for alert item
Browse files Browse the repository at this point in the history
  • Loading branch information
formgeist committed Sep 16, 2020
1 parent 17fec25 commit bafe75a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import {
EuiIconTip,
EuiLink,
EuiText,
EuiSpacer,
} from '@elastic/eui';
import { i18n } from '@kbn/i18n';
import moment from 'moment';
Expand Down Expand Up @@ -80,6 +81,7 @@ export function AlertsSection({ alerts }: Props) {
const isLastElement = index === alerts.length - 1;
return (
<EuiFlexGroup direction="column" gutterSize="s" key={alert.id}>
<EuiSpacer size="s" />
<EuiFlexItem>
<EuiLink
href={core.http.basePath.prepend(
Expand Down

0 comments on commit bafe75a

Please sign in to comment.