You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the Abilities Explorer list page, each ability description is limited to 20 characters or 20 words. While 20 words is a sufficient length in English, 20 characters is not enough in Japanese, causing descriptions to be excessively truncated and making it difficult to infer the intended meaning of the ability.
Enblish
Japanese
What is your proposed solution?
I suggest using CSS's line-clamp to visually trim only the overflowing parts.
What problem does this address?
On the Abilities Explorer list page, each ability description is limited to 20 characters or 20 words. While 20 words is a sufficient length in English, 20 characters is not enough in Japanese, causing descriptions to be excessively truncated and making it difficult to infer the intended meaning of the ability.
What is your proposed solution?
I suggest using CSS's line-clamp to visually trim only the overflowing parts.
Recording.2026-05-20.112317.mp4