From e0fec37c1c3e6fa09a15e0725c384b292ea9f987 Mon Sep 17 00:00:00 2001 From: TenzDelek Date: Thu, 19 Sep 2024 20:23:33 +0530 Subject: [PATCH] width change from fit to xs --- apps/site/components/Common/Select/index.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/site/components/Common/Select/index.module.css b/apps/site/components/Common/Select/index.module.css index 3cb3f749f17a..b669ea3239f6 100644 --- a/apps/site/components/Common/Select/index.module.css +++ b/apps/site/components/Common/Select/index.module.css @@ -60,7 +60,7 @@ .dropdown { @apply max-h-48 - max-w-fit + max-w-xs overflow-hidden overflow-y-auto rounded-md