Skip to content

Resolve "Label picker: Line break on long label titles"

What does this MR do?

It fixes a case when selecting a label that's one long word without spaces, the label is breaking and showing below the label color span.

The update is applying flexbox and word-break to .label-item item.

I tried to keep the changes limited to solve the bug reported in #48771 (closed), but I'm not 100% sure it's not affecting any other areas.

Before After
Screen_Shot_2019-07-11_at_16.06.27 Screen_Shot_2019-07-11_at_16.10.07

Does this MR meet the acceptance criteria?

Conformity

Performance and testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team

Closes #48771 (closed)

Edited by Ammar Alakkad

Merge request reports