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