summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2019-05-30 13:42:06 -0500
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2019-05-31 19:34:26 -0500
commitcc8e7ea2056ae8132ea9eb0565c8e0a07b1077a6 (patch)
tree3618f91ca3051dfa3bfc745737f1a88cd5249325 /app/views
parentb9798c157ac5973e9dd2b7ad95267014034a219f (diff)
downloadgitlab-ce-cc8e7ea2056ae8132ea9eb0565c8e0a07b1077a6.tar.gz
Remove unused avatar sizes62429-remove-unused-avatar-sizes
- Update avatars to use only sizes from the 8px grid
Diffstat (limited to 'app/views')
-rw-r--r--app/views/projects/commits/_commit.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/commits/_commit.html.haml b/app/views/projects/commits/_commit.html.haml
index 771e1881e94..87b9920e8b4 100644
--- a/app/views/projects/commits/_commit.html.haml
+++ b/app/views/projects/commits/_commit.html.haml
@@ -15,7 +15,7 @@
%li.commit.flex-row.js-toggle-container{ id: "commit-#{commit.short_id}" }
.avatar-cell.d-none.d-sm-block
- = author_avatar(commit, size: 36, has_tooltip: false)
+ = author_avatar(commit, size: 40, has_tooltip: false)
.commit-detail.flex-list
.commit-content.qa-commit-content