Skip to content

Remove unresolved class and fixed height in discussion header

David Palubin requested to merge dpalubin/gitlab-ce:issue-61565 into master

What does this MR do?

This MR uses flex box to center the text content within the discussion header note wrapper rather than padding. Since the text is automatically centered, there is no longer a need for the unresolved CSS class, or the corresponding code that determines when to apply it.

Does this MR meet the acceptance criteria?

Conformity

Performance and testing

Edited by David Palubin

Merge request reports