Commit e9ef1416 authored by Clement Ho's avatar Clement Ho

Fix epic header spacing

parent b1a2b6c2
...@@ -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