Skip to content

Change .js-wip-explanation div element to span

What does this MR do?

Fixes wrong color for help text in merge request creation. The issue was because of an attempt to put a div tag inside a p tag. This makes the div tag go outside the p tag, thus not getting the right classes.

This fix changes the div tags into span which enables it to be inside the p tag.

What are the relevant issue numbers?

#39863 (closed)

Does this MR meet the acceptance criteria?

Edited by Gerard Ray B. Montemayor

Merge request reports