Commit 59adb2e6 authored by Filipa Lacerda's avatar Filipa Lacerda

Merge branch 'fix-epic-header-spacing' into 'master'

Fix epic header spacing

See merge request gitlab-org/gitlab-ee!3357
parents 63bea6d6 e9ef1416
......@@ -28,20 +28,22 @@
<template>
<div class="detail-page-header">
Opened
<timeagoTooltip
:time="created"
/>
by
<strong>
<user-avatar-link
:link-href="author.url"
:img-src="author.src"
:img-size="24"
:tooltipText="author.username"
:username="author.name"
imgCssClasses="avatar-inline"
<div class="issuable-meta">
Opened
<timeagoTooltip
:time="created"
/>
</strong>
by
<strong>
<user-avatar-link
:link-href="author.url"
:img-src="author.src"
:img-size="24"
:tooltipText="author.username"
:username="author.name"
imgCssClasses="avatar-inline"
/>
</strong>
</div>
</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