From db37c53364d48d33fe7a38c6922e897171d3447f Mon Sep 17 00:00:00 2001 From: TenzDelek <122612557+TenzDelek@users.noreply.github.com> Date: Fri, 20 Sep 2024 07:26:05 +0530 Subject: [PATCH] fixed the text cutoff issue (#7046) * fixed the text wrap * suggested changes:px to builtin * width change from fit to xs --- apps/site/components/Common/Select/index.module.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/site/components/Common/Select/index.module.css b/apps/site/components/Common/Select/index.module.css index aaedbd4355e22..b669ea3239f66 100644 --- a/apps/site/components/Common/Select/index.module.css +++ b/apps/site/components/Common/Select/index.module.css @@ -96,7 +96,9 @@ } .text > span > span { - @apply truncate; + @apply max-w-64 + truncate + text-wrap; } .label {