Skip to content

Fix vertical misalignment for related mr icon in Vue issues list.

euko requested to merge 208093-align-related-merge-request-icon into master

What does this MR do?

The related merge request icon had not been not aligned properly in the Vue issuable list component and this MR fixes the issue by removing the css class .icon-merge-request-unmerged. Note that this css class must remain in place until we fully deprecate all issue lists rendered in HAML.

Screenshots

before after
Screen_Shot_2020-09-01_at_11.43.20_AM Screen_Shot_2020-09-01_at_11.42.54_AM

Issue #208093 (closed)

Edited by euko

Merge request reports