Commit 21924bc7 authored by Phil Hughes's avatar Phil Hughes

Merge branch...

Merge branch '52198-timer-is-vertically-misaligned-for-delayed-jobs-in-pipeline-actions' into 'master'

fix-52198-timer-is-vertically-misaligned-for-delayed-jobs-in-pipelactions

Closes #52198

See merge request gitlab-org/gitlab-ce!25117
parents 07363237 4321f32d
......@@ -78,11 +78,11 @@ export default {
<gl-button
:class="{ disabled: isActionDisabled(action) }"
:disabled="isActionDisabled(action)"
class="js-pipeline-action-link no-btn btn"
class="js-pipeline-action-link no-btn btn d-flex align-items-center justify-content-between flex-wrap"
@click="onClickAction(action)"
>
{{ action.name }}
<span v-if="action.scheduled_at" class="pull-right">
<span v-if="action.scheduled_at">
<icon name="clock" />
<gl-countdown :end-date-string="action.scheduled_at" />
</span>
......
---
title: 'Timer and action name aligned vertically for delayed jobs in pipeline actions'
merge_request: 25117
author: Gokhan Apaydin
type: fixed
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