fix: cap status message length and constrain display overflow

Add maxLength=128 to the status input to prevent absurdly long statuses.
In UserHeroName (profile panel), tighten the status display to LineClamp2,
add overflow:hidden on the container, and use overflowWrap:anywhere so
unbroken strings (emoji chains, URLs) wrap instead of overflowing.
Member list already truncates via the truncate prop.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-28 16:29:11 -04:00
parent 221bd825b1
commit f8ab136492
2 changed files with 8 additions and 3 deletions
@@ -446,6 +446,7 @@ function ProfileStatus() {
variant="Secondary"
radii="300"
readOnly={saving}
maxLength={128}
/>
</Box>
<PopOut