Skip to content

Add word-break to issue title to fix edit button disspearing

Rubén Moya requested to merge (removed):55484-fix-edit-button into master

What does this MR do?

This MR adds a break-word to the title of the issues to avoid a problem where the edit button disspeared in small screens.

I've had to add word-wrap and overflow-wrap to be able to support all of Gitlab supported browsers, more info here

Also, I've had to add a min-width: 0 because of problems with the title being a flex item, more info here

I've tested it in Chrome, Firefox, Edge, Safari and Opera.

Before: before

After: after

What are the relevant issue numbers?

https://gitlab.com/gitlab-org/gitlab-ce/issues/55484

Does this MR meet the acceptance criteria?

Closes #55484 (closed)

Edited by Rubén Moya

Merge request reports