Skip to content

Fix icon cropping in lists

What does this MR do?

Fixes the inconsistent cropping of icons in lists by:

  • Removing the border-radius rule for dashboard avatars
  • Adding an exception so project identicons do not get border-radius: 0
  • Adding the group-avatar class to group lists

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

No.

Why was this MR needed?

Inconsistent UI.

What are the relevant issue numbers?

#19015 (closed)

Screenshots (if relevant)

Project icons are not cropped while identicons are still cropped

projects

Group icons are not cropped

groups

Does this MR meet the acceptance criteria?

Merge request reports