Commit 10272073 authored by Martin Wortschack's avatar Martin Wortschack Committed by Clement Ho

Fix visual glitch in MR table

- This aligns the author's avatar properly
parent 1ef23563
......@@ -50,7 +50,7 @@ export default {
<div
class="table-section section-50 d-flex flex-row-reverse flex-md-row justify-content-between justify-content-md-start qa-mr-details"
>
<div>
<div class="d-flex mr-md-2">
<gl-avatar :src="mergeRequest.author_avatar_url" :size="16" />
</div>
<div class="mw-90p">
......
......@@ -7,7 +7,9 @@ exports[`MergeRequestTableRow component on creation matches the snapshot 1`] = `
<div
class="table-section section-50 d-flex flex-row-reverse flex-md-row justify-content-between justify-content-md-start qa-mr-details"
>
<div>
<div
class="d-flex mr-md-2"
>
<glavatar-stub
alt="avatar"
entityid="0"
......
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