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:
@@ -446,6 +446,7 @@ function ProfileStatus() {
|
||||
variant="Secondary"
|
||||
radii="300"
|
||||
readOnly={saving}
|
||||
maxLength={128}
|
||||
/>
|
||||
</Box>
|
||||
<PopOut
|
||||
|
||||
Reference in New Issue
Block a user