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 @@ ...@@ -28,20 +28,22 @@
<template> <template>
<div class="detail-page-header"> <div class="detail-page-header">
Opened <div class="issuable-meta">
<timeagoTooltip Opened
:time="created" <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"
/> />
</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> </div>
</template> </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