feat: no more ellipsis and add word-wrapping!

This commit is contained in:
neoapps-dev 2026-04-02 23:07:41 +03:00
parent 0d215223c5
commit 9e28a2bfe3

View file

@ -190,7 +190,7 @@ const VersionsView = memo(function VersionsView() {
</span>
)}
</div>
<span className="text-base text-[#E0E0E0] mc-text-shadow truncate w-full">
<span className="inline-block max-w-[450px] break-words text-base text-[#E0E0E0] mc-text-shadow w-full">
{edition.desc}
</span>
</div>