Popover profile description overflows when text is too long

Summary

When you hover over a user profile name, the popover profile description overflows out of the popover box if a string in the description exceeds somewhere around 31 characters with no spaces.

Steps to reproduce

  1. Visit #235998 (closed)
  2. Scroll down to comment section
  3. Hover your mouse over the user name "Maxime Orefice"

What is the current bug behavior?

Long user profile description without spaces will overflow out of the popover box.

What is the expected correct behavior?

Long text strings should wrap to the next line without overflowing out of the box.

Relevant logs and/or screenshots

  • This bug shows on Version 84.0.4147.135 (Official Build) (64-bit) of Chrome & Version 13.1.2 (13609.3.5.1.5) of Safari

image

Output of checks

This bug happens on GitLab.com

Possible fixes

Add word-break: break-word to .gl-ml-2 class

Edited by Justin Zeng