Commit e548a3a0 authored by peterhegman's avatar peterhegman

Fix hidden group icons on mobile profile page

Group icons on profile pages were being hidden for screens < 576px
parent af2bc548
......@@ -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