From 1599f3d92f20c13074f6f2a30bc407ad3d182ce9 Mon Sep 17 00:00:00 2001 From: TenzDelek Date: Tue, 17 Sep 2024 21:42:12 +0530 Subject: [PATCH] suggested changes:px to builtin --- 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 823c38d9cf4b..3cb3f749f17a 100644 --- a/apps/site/components/Common/Select/index.module.css +++ b/apps/site/components/Common/Select/index.module.css @@ -96,7 +96,7 @@ } .text > span > span { - @apply max-w-[250px] + @apply max-w-64 truncate text-wrap; }