Skip to content

Commit 993e5e5

Browse files
TenzDelekjoeeames
authored andcommitted
fixed the text cutoff issue (nodejs#7046)
* fixed the text wrap * suggested changes:px to builtin * width change from fit to xs
1 parent c065216 commit 993e5e5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

apps/site/components/Common/Select/index.module.css

+3-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,9 @@
9696
}
9797

9898
.text > span > span {
99-
@apply truncate;
99+
@apply max-w-64
100+
truncate
101+
text-wrap;
100102
}
101103

102104
.label {

0 commit comments

Comments
 (0)