Commit 2b9bf8ac authored by Yogi's avatar Yogi Committed by Kushal Pandya

Fix assignee avatar alignment in edit board modal

parent 745d126a
---
title: Fix assignee avatar alignment in edit board modal
merge_request: 52453
author: Yogi (@yo)
type: fixed
......@@ -107,7 +107,7 @@ export default {
</button>
</div>
<div class="value">
<div v-if="hasValue" class="media">
<div v-if="hasValue" class="media gl-display-flex gl-align-items-center">
<div class="align-center">
<user-avatar-image :img-src="selected.avatar_url" :size="32" />
</div>
......
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