Commit f129a3fa authored by Tim Zallmann's avatar Tim Zallmann

Merge branch '29371-group-icon-missing-on-small-viewports-on-profile-page' into 'master'

Fix missing group icons on mobile profile page

Closes #29371

See merge request gitlab-org/gitlab!28973
parents 2bd9fed6 e548a3a0
......@@ -16,7 +16,7 @@
.avatar-container.rect-avatar.s40
= link_to group do
= group_icon(group, class: "avatar s40 d-none d-sm-block")
= group_icon(group, class: "avatar s40")
.title
= link_to group.full_name, group, class: 'group-name'
......
---
title: Fix missing group icons on profile page when screen < 576px
merge_request: 28973
author:
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment