Skip to content

Commit

Permalink
fixed the text cutoff issue (#7046)
Browse files Browse the repository at this point in the history
* fixed the text wrap

* suggested changes:px to builtin

* width change from fit to xs
  • Loading branch information
TenzDelek committed Sep 20, 2024
1 parent d9cf9b0 commit db37c53
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apps/site/components/Common/Select/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,9 @@
}

.text > span > span {
@apply truncate;
@apply max-w-64
truncate
text-wrap;
}

.label {
Expand Down

0 comments on commit db37c53

Please sign in to comment.