Making WordPress.org

Opened 3 years ago

Closed 3 years ago

#5776 closed defect (bug) (fixed)

Very long user names need to be forced to wrap

Reported by: sterndata's profile sterndata Owned by: coffee2code's profile coffee2code
Milestone: Priority: normal
Component: General Keywords:
Cc:

Description

Very long (abusively long) user names don't wrap and break page formatting. See attachment.

I suggest adding CSS to force wrapping:

span.bbp-author-name {
    word-break: break-all;
}

Attachments (1)

2021-06-14-17-04-11.png (30.1 KB) - added by sterndata 3 years ago.

Download all attachments as: .zip

Change History (2)

#1 @coffee2code
3 years ago

  • Owner set to coffee2code
  • Resolution set to fixed
  • Status changed from new to closed

In 11131:

Support Theme: Force excessively long usernames to break within container and not overflow container.

Props sterndata, coffee2code.
Fixes #5776.

Note: See TracTickets for help on using tickets.