fix: cap status message length and constrain display overflow
CI / Build & Quality Checks (push) Successful in 10m23s

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 603c9ec892
commit 718fb53da1
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