diff options
| author | tauriedavis <taurie@gitlab.com> | 2016-10-31 12:14:05 -0700 |
|---|---|---|
| committer | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2016-11-01 10:59:04 -0500 |
| commit | fb99a430f91f8a4c5cdf2954cb35c825002d1832 (patch) | |
| tree | a1a42cca920de27440deea810389d4d554f25897 /app/views/shared/groups | |
| parent | aba94f65f039908d14643f3854e3c2901ff843aa (diff) | |
| download | gitlab-ce-fb99a430f91f8a4c5cdf2954cb35c825002d1832.tar.gz | |
23545 Fix distorted project and group avatars
Diffstat (limited to 'app/views/shared/groups')
| -rw-r--r-- | app/views/shared/groups/_group.html.haml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/shared/groups/_group.html.haml b/app/views/shared/groups/_group.html.haml index dc4ee3074d2..562291a61df 100644 --- a/app/views/shared/groups/_group.html.haml +++ b/app/views/shared/groups/_group.html.haml @@ -24,7 +24,8 @@ %span.visibility-icon.has-tooltip{data: { container: 'body', placement: 'left' }, title: visibility_icon_description(group)} = visibility_level_icon(group.visibility_level, fw: false) - = image_tag group_icon(group), class: "avatar s40 hidden-xs" + .image-container.s40 + = image_tag group_icon(group), class: "avatar s40 hidden-xs" .title = link_to group, class: 'group-name' do = group.name |
