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 {