提交 4321f32d 编写于 作者: G Gokhan Apaydin 提交者: Phil Hughes

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

上级 07363237
......@@ -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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册