From f1de5b62c8d57dfeb407fa802e13c94a4dee38d8 Mon Sep 17 00:00:00 2001 From: Nikita Indik Date: Wed, 18 Dec 2024 17:46:06 +0100 Subject: [PATCH] Used fixed width for number inputs --- .../rule_creation_ui/components/threshold_input/styles.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/solutions/security/plugins/security_solution/public/detection_engine/rule_creation_ui/components/threshold_input/styles.ts b/x-pack/solutions/security/plugins/security_solution/public/detection_engine/rule_creation_ui/components/threshold_input/styles.ts index 8474afc1d71e6..f37b6a5816272 100644 --- a/x-pack/solutions/security/plugins/security_solution/public/detection_engine/rule_creation_ui/components/threshold_input/styles.ts +++ b/x-pack/solutions/security/plugins/security_solution/public/detection_engine/rule_creation_ui/components/threshold_input/styles.ts @@ -46,7 +46,7 @@ export const input = cx( baseStyle, css` @container (min-width: ${CONTAINER_BREAKPOINT}px) { - flex: 0 0 auto; + flex: 0 0 150px; } ` );