Skip to content

Fix participant name link trailing space on milestone page

username-removed-408677 requested to merge fix-participant-name-trailing into master

What does this MR do?

Fixes participant name link trailing space on milestone page. Replaces <br> with <div>, <br> was creating unnecessary whitespace in the anchor link.

Are there points in the code the reviewer needs to double check?

Shouldn't be

Why was this MR needed?

UI polish

Screenshots (if relevant)

Before After
Screen_Shot_2017-07-26_at_4.42.41_PM Screen_Shot_2017-07-26_at_4.42.20_PM

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/35419

Merge request reports