From 7b54f6cb0a58c9bd0753f6054daba10ed2ccfa82 Mon Sep 17 00:00:00 2001 From: christineweng <18648970+christineweng@users.noreply.github.com> Date: Tue, 4 Mar 2025 00:01:51 -0600 Subject: [PATCH] [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) (cherry picked from commit 6b6eb43183c3ed06fa475a894cffe2dc7d020d01) --- .../document_details/right/components/suppressed_alerts.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/solutions/security/plugins/security_solution/public/flyout/document_details/right/components/suppressed_alerts.tsx b/x-pack/solutions/security/plugins/security_solution/public/flyout/document_details/right/components/suppressed_alerts.tsx index c7eb50aeb383a..a57853760f6b5 100644 --- a/x-pack/solutions/security/plugins/security_solution/public/flyout/document_details/right/components/suppressed_alerts.tsx +++ b/x-pack/solutions/security/plugins/security_solution/public/flyout/document_details/right/components/suppressed_alerts.tsx @@ -57,7 +57,7 @@ export const SuppressedAlerts: React.VFC = ({ return ( - +