From 1b4c7ea588298704e657651c46a8e1edab55d71b Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Mon, 3 Jul 2023 19:03:52 -0700 Subject: [PATCH] Increase spacing of range mod style --- components/common/Input/index.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/common/Input/index.module.scss b/components/common/Input/index.module.scss index 3314d594..c90ff91e 100644 --- a/components/common/Input/index.module.scss +++ b/components/common/Input/index.module.scss @@ -117,7 +117,7 @@ &.range { text-align: right; - width: $unit-10x; + width: $unit-12x; } &.alignRight {