We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f86d6c7 + 1897c06 commit 1558a08Copy full SHA for 1558a08
components/ServerCard.tsx
@@ -71,7 +71,7 @@ const ServerCard = ({ server }: { server?: Server }) => {
71
<SkeletonText className="w-[14ch]" />
72
)}
73
</p>
74
- <p className="b3 line-clamp-5 [unicode-bidi:plaintext] break-words break-all overflow-hidden">
+ <p className="b3 line-clamp-5 [unicode-bidi:plaintext] [word-break:break-word]">
75
{server ? (
76
server.description
77
) : (
0 commit comments