Commit 618ab9ff authored by Miguel Rincon's avatar Miguel Rincon

Merge branch '355872-fix-gl-avatar-size-in-collapsed-replies' into 'master'

Resolve GlAvatar size in collapsed replies

See merge request gitlab-org/gitlab!83837
parents 6474b77c 137d0fc8
...@@ -57,7 +57,7 @@ export default { ...@@ -57,7 +57,7 @@ export default {
:link-href="author.path" :link-href="author.path"
:img-alt="author.name" :img-alt="author.name"
:img-src="author.avatar_url" :img-src="author.avatar_url"
:img-size="26" :img-size="24"
:tooltip-text="author.name" :tooltip-text="author.name"
tooltip-placement="bottom" tooltip-placement="bottom"
/> />
......
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