Commit 95b7c36c authored by Enrique Alcántara's avatar Enrique Alcántara

Merge branch 'jivanvl-replace-prepend-left-64' into 'master'

Replace prepend-left-64 class

See merge request gitlab-org/gitlab!36142
parents 2ceb1d54 cdc515e0
......@@ -170,7 +170,7 @@ export default {
v-for="(stage, index) in graph"
:key="stage.name"
:class="{
'has-upstream prepend-left-64': hasUpstream(index),
'has-upstream gl-ml-11': hasUpstream(index),
'has-only-one-job': hasOnlyOneJob(stage),
'gl-mr-26': shouldAddRightMargin(index),
}"
......
......@@ -27,7 +27,7 @@ export default {
computed: {
columnClass() {
const positionValues = {
right: 'prepend-left-64',
right: 'gl-ml-11',
left: 'gl-mr-7',
};
return `graph-position-${this.graphPosition} ${positionValues[this.graphPosition]}`;
......
......@@ -400,7 +400,6 @@ img.emoji {
.prepend-top-20 { margin-top: 20px; }
.prepend-left-15 { margin-left: 15px; }
.prepend-left-20 { margin-left: 20px; }
.prepend-left-64 { margin-left: 64px; }
.append-right-20 { margin-right: 20px; }
.append-bottom-20 { margin-bottom: 20px; }
.ml-10 { margin-left: 4.5rem; }
......
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