mirror of
https://github.com/LCE-Hub/LCE-Emerald-Launcher.git
synced 2026-07-18 08:17:23 +00:00
feat: no more ellipsis and add word-wrapping!
This commit is contained in:
parent
0d215223c5
commit
9e28a2bfe3
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue