[Security Solution] Alert flyout - fix suppressed alerts alignment (#213029)

## Summary

Ref: https://github.com/elastic/kibana/issues/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)
This commit is contained in:
christineweng 2025-03-04 00:01:51 -06:00 committed by GitHub
parent bac5c30e1c
commit 6b6eb43183
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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}