Skip to content

Fix assignee avatars alignment on issues list

Coung Ngo requested to merge cngo-fix-issue-assignees-alignment into master

What does this MR do and why?

This MR fixes alignment of the assignee avatars on issues lists.

The MR !115973 (merged) to accomplish the same thing was reverted, so this new MR makes code changes that are safer by not affecting as many parts of the codebase.

Issue: #406533 (closed)

Screenshots or screen recordings

before after
dashboard issues Screenshot_2023-04-21_at_12-53-47_Issues___GitLab Screenshot_2023-04-21_at_12-51-26_Issues___GitLab
group/project issues Screenshot_2023-04-21_at_11-58-58_Issues___H5bp___Html5_Boilerplate___GitLab Screenshot_2023-04-21_at_12-48-29_Issues___H5bp___Html5_Boilerplate___GitLab

How to set up and validate locally

  1. Check the dashboard issues page (e.g. http://127.0.0.1:3000/dashboard/issues) and group/project issues page (e.g. http://127.0.0.1:3000/h5bp/html5-boilerplate/-/issues)

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Coung Ngo

Merge request reports