Skip to content

Commit

Permalink
[Security Solution] Alert flyout - fix suppressed alerts alignment (#…
Browse files Browse the repository at this point in the history
…213029)

## Summary

Ref: #204184

Before

![image](https://github.com/user-attachments/assets/d578194a-aaf4-45c1-bccb-42d02110be28)

After

![image](https://github.com/user-attachments/assets/b183a2ae-dd73-47d8-8319-984246309d98)

### Checklist

- [ ] The PR description includes the appropriate Release Notes section,
and the correct `release_note:*` label is applied per the
[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)

(cherry picked from commit 6b6eb43)
  • Loading branch information
christineweng committed Mar 4, 2025
1 parent 207f721 commit 7b54f6c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export const SuppressedAlerts: React.VFC<SuppressedAlertsProps> = ({

return (
<EuiFlexGroup gutterSize="s" alignItems="center">
<EuiFlexItem grow={false}>
<EuiFlexItem>
<InsightsSummaryRow
text={text}
value={alertSuppressionCount}
Expand Down

0 comments on commit 7b54f6c

Please sign in to comment.