Commit 0ca19086 authored by Jose Ivan Vargas's avatar Jose Ivan Vargas

Merge branch 'fix-profile-avatar-size' into 'master'

Fix avatar size in profile activity

See merge request gitlab-org/gitlab!49047
parents fe72918a 5e4149e7
......@@ -256,7 +256,7 @@ module EventsHelper
end
else
content_tag :div, class: 'system-note-image user-avatar' do
author_avatar(event, size: 40)
author_avatar(event, size: 32)
end
end
end
......
---
title: Fix avatar size in profile activity
merge_request: 49047
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