Commit f453e855 authored by Jiaan Louw's avatar Jiaan Louw

Resolve GlAvatar size in MR approvals summary

Updates the approval summary avatar size to 24 to make it compatible
with GlAvatar when the gl_avatar_for_all_user_avatars feature flag
is enabled.
parent 2f6f00a1
......@@ -102,7 +102,11 @@ export default {
<template v-if="hasApprovers">
<span v-if="approvalLeftMessage">{{ message }}</span>
<strong v-else>{{ message }}</strong>
<user-avatar-list class="d-inline-block align-middle" :items="approvers" />
<user-avatar-list
class="gl-display-inline-block gl-vertical-align-middle"
:img-size="24"
:items="approvers"
/>
</template>
</div>
</template>
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