Commit 5e4149e7 authored by Jarek Ostrowski's avatar Jarek Ostrowski

Fix avatar size in profile activity

parent bc94b1ff
......@@ -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