Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortauriedavis <taurie@gitlab.com>2016-10-31 22:14:05 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-11-01 18:59:04 +0300
commitfb99a430f91f8a4c5cdf2954cb35c825002d1832 (patch)
treea1a42cca920de27440deea810389d4d554f25897 /app/views/users
parentaba94f65f039908d14643f3854e3c2901ff843aa (diff)
23545 Fix distorted project and group avatars
Diffstat (limited to 'app/views/users')
-rw-r--r--app/views/users/_groups.html.haml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/users/_groups.html.haml b/app/views/users/_groups.html.haml
index f360fbb3d5d..d8db38af463 100644
--- a/app/views/users/_groups.html.haml
+++ b/app/views/users/_groups.html.haml
@@ -1,4 +1,5 @@
.clearfix
- groups.each do |group|
= link_to group, class: 'profile-groups-avatars inline', title: group.name do
- = image_tag group_icon(group), class: 'avatar group-avatar s40'
+ .image-container.s40
+ = image_tag group_icon(group), class: 'avatar group-avatar s40'