Commit fee77991 authored by Eulyeon Ko's avatar Eulyeon Ko

Add top margin to iteration status badge

parent ffbd0852
......@@ -310,7 +310,11 @@ export default {
{{ iteration.title }}
</router-link>
<IterationPeriod class="gl-pt-2">{{ getIterationPeriod(iteration) }}</IterationPeriod>
<timebox-status-badge v-if="showStateBadge" :state="iteration.state" />
<timebox-status-badge
v-if="showStateBadge"
class="gl-mt-2"
:state="iteration.state"
/>
</li>
</ol>
<div v-if="loading" class="gl-p-5">
......
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