Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2019-05-06 15:23:13 +0300
committerFilipa Lacerda <filipa@gitlab.com>2019-05-06 15:23:13 +0300
commit4db5f4ac04d53884fb766bf2cdeaa591d8e21d77 (patch)
tree2dd6ac69d4d68bb845690a8feaca98136cdd38e1 /app/assets/javascripts/pipelines/components/graph
parent38d57a61b6d960b2997578a0a12a40fa686c30ea (diff)
Aligns the play button for stages
Diffstat (limited to 'app/assets/javascripts/pipelines/components/graph')
-rw-r--r--app/assets/javascripts/pipelines/components/graph/stage_column_component.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/pipelines/components/graph/stage_column_component.vue b/app/assets/javascripts/pipelines/components/graph/stage_column_component.vue
index 7e611b93087..d5c124dc0ca 100644
--- a/app/assets/javascripts/pipelines/components/graph/stage_column_component.vue
+++ b/app/assets/javascripts/pipelines/components/graph/stage_column_component.vue
@@ -61,7 +61,7 @@ export default {
:action-icon="action.icon"
:tooltip-text="action.title"
:link="action.path"
- class="js-stage-action position-absolute position-top-0 rounded"
+ class="js-stage-action stage-action position-absolute position-top-0 rounded"
@pipelineActionRequestComplete="pipelineActionRequestComplete"
/>
</div>