Skip to content

Fix branch title trailing space on hover

What does this MR do?

Removes the unnecessary encapsulation of the <span> inside of the <a> which was creating the trailing space on hover.

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

Shouldn't be

Why was this MR needed?

Makes the UI look more polished

What are the relevant issue numbers?

Closes #20676 (closed)

Screenshots (if relevant)

Before (When hovering on branch title): Screen_Shot_2016-08-05_at_2.54.43_PM

After (When hovering on branch title): Screen_Shot_2016-08-05_at_2.54.19_PM

Does this MR meet the acceptance criteria?

Merge request reports