From 211cb8bfa15f3f60972adc9aa135890ba3894835 Mon Sep 17 00:00:00 2001 From: Kevin Qualters Date: Mon, 28 Feb 2022 21:03:04 -0500 Subject: [PATCH] Use better selector for expand icon --- .../security_solution/public/common/components/page/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugins/security_solution/public/common/components/page/index.tsx b/x-pack/plugins/security_solution/public/common/components/page/index.tsx index 788e1fbee1063..c85e7b9f36ac1 100644 --- a/x-pack/plugins/security_solution/public/common/components/page/index.tsx +++ b/x-pack/plugins/security_solution/public/common/components/page/index.tsx @@ -41,7 +41,7 @@ export const AppGlobalStyle = createGlobalStyle<{ theme: { eui: { euiColorPrimar &:first-child, &:nth-child(2), &:nth-child(3), - &:nth-child(6) { + &:last-child { display: inline-flex; }