From 45d77b05223ccb1f3d6a90e7016828bd7fbdd08d Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Fri, 6 Jan 2023 00:49:12 -0800 Subject: [PATCH] Hardcode sizing of the pair of inputs, which sucks but is necessary for now --- components/SelectWithInput/index.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/components/SelectWithInput/index.scss b/components/SelectWithInput/index.scss index 036a0af8..659676be 100644 --- a/components/SelectWithInput/index.scss +++ b/components/SelectWithInput/index.scss @@ -11,10 +11,9 @@ } .Input { - // min-width: $unit * 12; flex-grow: 0; text-align: right; - width: inherit; + width: 13rem; } }