From afd11f128d19f4d701dd05f6020253e627c79236 Mon Sep 17 00:00:00 2001 From: Jared Burgett <147995946+jaredburgettelastic@users.noreply.github.com> Date: Fri, 11 Oct 2024 14:22:03 -0500 Subject: [PATCH] Fixed issue with Entity Risk Scoring Management page due to recent EUI (#195666) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Summary After the most recent EUI upgrade [here](https://github.com/elastic/kibana/pull/194619), the Security Entity Risk Scoring Management page had significant spacing issues with regards to the page header. This PR alleviates those issues, and also simplifies the DOM structure for that component a bit. ## Before ![image](https://github.com/user-attachments/assets/4d59ee6c-c2a4-4025-be68-25046d29f25d) ## After Screenshot 2024-10-09 at 1 20 14 PM (cherry picked from commit 52e7dece2d26a249f90e9d0e332d0cd35e2c5eb2) --- .../entity_analytics_management_page.tsx | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/x-pack/plugins/security_solution/public/entity_analytics/pages/entity_analytics_management_page.tsx b/x-pack/plugins/security_solution/public/entity_analytics/pages/entity_analytics_management_page.tsx index 71b7e676eaae6..ac9dfd9eb8ab8 100644 --- a/x-pack/plugins/security_solution/public/entity_analytics/pages/entity_analytics_management_page.tsx +++ b/x-pack/plugins/security_solution/public/entity_analytics/pages/entity_analytics_management_page.tsx @@ -20,16 +20,16 @@ export const EntityAnalyticsManagementPage = () => { return ( <> - - - - - - - + + + {ENTITY_ANALYTICS_RISK_SCORE} + + + + } + />