Skip to content

Commit

Permalink
Make the link text smaller
Browse files Browse the repository at this point in the history
  • Loading branch information
formgeist committed Sep 16, 2020
1 parent bafe75a commit 0ed2eb5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export function AlertsSection({ alerts }: Props) {
`/app/management/insightsAndAlerting/triggersActions/alert/${alert.id}`
)}
>
{alert.name}
<EuiText size="s">{alert.name}</EuiText>
</EuiLink>
</EuiFlexItem>
<EuiFlexItem grow={false}>
Expand Down

0 comments on commit 0ed2eb5

Please sign in to comment.