Commit 1dfba3bc authored by Enrique Alcántara's avatar Enrique Alcántara

Merge branch 'jivanvl-remove-append-right-32' into 'master'

Remove the append-right-32 CSS class

See merge request gitlab-org/gitlab!34760
parents f1d137ec 2edd963a
...@@ -28,7 +28,7 @@ export default { ...@@ -28,7 +28,7 @@ export default {
columnClass() { columnClass() {
const positionValues = { const positionValues = {
right: 'prepend-left-64', right: 'prepend-left-64',
left: 'append-right-32', left: 'gl-mr-7',
}; };
return `graph-position-${this.graphPosition} ${positionValues[this.graphPosition]}`; return `graph-position-${this.graphPosition} ${positionValues[this.graphPosition]}`;
}, },
......
...@@ -415,7 +415,6 @@ img.emoji { ...@@ -415,7 +415,6 @@ img.emoji {
.append-right-15 { margin-right: 15px; } .append-right-15 { margin-right: 15px; }
.append-right-default { margin-right: $gl-padding; } .append-right-default { margin-right: $gl-padding; }
.append-right-20 { margin-right: 20px; } .append-right-20 { margin-right: 20px; }
.append-right-32 { margin-right: 32px; }
.append-right-48 { margin-right: 48px; } .append-right-48 { margin-right: 48px; }
.prepend-right-32 { margin-right: 32px; } .prepend-right-32 { margin-right: 32px; }
.append-bottom-5 { margin-bottom: 5px; } .append-bottom-5 { margin-bottom: 5px; }
......
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