Commit bca9c5fe authored by Andrew Fontaine's avatar Andrew Fontaine

Merge branch 'fix-iteration-cadence-list-status-badge' into 'master'

Add padding to iteration status badge in iteration cadence list

See merge request gitlab-org/gitlab!74359
parents 8fe0878d fee77991
......@@ -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