Skip to content

Fix user-avatar-links so they align properly

Robert Hunt requested to merge fix-misaligned-user-avatar-links into master

What does this MR do and why?

This MR fixes an issue introduced in !90925 (merged) where all user-avatar-links were vertically stacked rather than being horizontally aligned.

To accomplish this, it moves the new display property out of the generic .user-avatar-link class and applies it using a utility class instead so we can target where it is used.

Future MR's can look at making sure that all instances of user-avatar-links use the correct tabbing structure.

Screenshots or screen recordings

These are strongly recommended to assist reviewers and reduce the time to merge your change.

How to set up and validate locally

  1. Visit an epic and confirm that the author by the title is horizontally aligned.
  2. Vist an MR and confirm that the available reviewers are horizontally aligned.
  3. Visit an issue or MR that contains comments with replies and test that you can navigate through the toggle process using just your keyboard as per the original MR.

MR acceptance checklist

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

Merge request reports