summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsarahghp <sarah.groff.palermo@gmail.com>2019-05-04 09:58:00 -0400
committerpburdette <pburdette@gitlab.com>2019-09-04 09:58:51 -0400
commitd47bf8437727e2221f3e5646fc21a2302a0fc550 (patch)
treef038d649b152b395886ad45ac2ce7001a3006a5d
parent00356686d75b3b70330294b76531800827d795dd (diff)
downloadgitlab-ce-d47bf8437727e2221f3e5646fc21a2302a0fc550.tar.gz
Update append right with new value
-rw-r--r--app/assets/javascripts/pipelines/components/graph/graph_component.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/pipelines/components/graph/graph_component.vue b/app/assets/javascripts/pipelines/components/graph/graph_component.vue
index 3dc85a5d203..3f48fbb711d 100644
--- a/app/assets/javascripts/pipelines/components/graph/graph_component.vue
+++ b/app/assets/javascripts/pipelines/components/graph/graph_component.vue
@@ -21,7 +21,7 @@ export default {
v-for="(stage, index) in graph"
:key="stage.name"
:class="{
- 'append-right-44': !(index === graph.length - 1),
+ 'append-right-48': !(index === graph.length - 1),
}"
:title="capitalizeStageName(stage.name)"
:groups="stage.groups"