From a428a69ec74ce6ea29f901f4ca5375992aff0ec6 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Fri, 6 Jan 2023 03:01:48 -0800 Subject: [PATCH] Fix styles (make wider, text-align right) --- components/SelectWithSelect/index.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/SelectWithSelect/index.scss b/components/SelectWithSelect/index.scss index d48dadbd..4ce3e5d0 100644 --- a/components/SelectWithSelect/index.scss +++ b/components/SelectWithSelect/index.scss @@ -11,6 +11,7 @@ .SelectTrigger.Right { flex-grow: 0; - min-width: 10rem; + text-align: right; + min-width: 12rem; } }