From 4f211975105744eaef50dce715b5e7743fc8a826 Mon Sep 17 00:00:00 2001 From: Paul Tavares Date: Tue, 30 Jul 2024 12:06:16 -0400 Subject: [PATCH] Fix CSS property name to avoid UI warnings (feedback from #189127) --- .../running_processes_action_results.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugins/security_solution/public/management/components/running_processes_action_results/running_processes_action_results.tsx b/x-pack/plugins/security_solution/public/management/components/running_processes_action_results/running_processes_action_results.tsx index e35fe1fff1a08..e20deb4027aec 100644 --- a/x-pack/plugins/security_solution/public/management/components/running_processes_action_results/running_processes_action_results.tsx +++ b/x-pack/plugins/security_solution/public/management/components/running_processes_action_results/running_processes_action_results.tsx @@ -140,7 +140,7 @@ const EndpointRunningProcessesResults = memo { return css({ '.accordion-host-name-button-content': { - 'font-size': 'inherit', + fontSize: 'inherit', }, }); }, []);