Non-threaded

Forums » Bugs & Problems » Read Thread

Post reports about problems or bugs in here.
This bug was closed 5/15/2021: Fixed

Username Descenders Cut Off in Forum Posts

7 years ago

In forum posts, usernames with characters that extend below the baseline ("g", "p", "q", "y", "_", etc.) are cut off at the bottom. Underscores in particular are rendered completely invisible because of this.

The property overflow: hidden; on the .forum-message .avatar-container .user-name selector is the cause of it, and moving it to the parent .forum-message .avatar-container would fix it. You might also want to give .forum-message .avatar-container .user-name the property white-space: nowrap; to prevent it from wrapping anything to a new line, assuming that's intended.

Username Descenders Cut Off in Forum Posts

7 years ago

I'm suprised nobody has reported this yet.

Username Descenders Cut Off in Forum Posts

7 years ago
MinnieKing. For the record, this may be the funniest thing you've said. Ever.

Kudos Brad for the find, and the detailed solution.