Commit 9fbb0be8 authored by pburdette's avatar pburdette

Remove extra lines on downstream

Fix the extra lines that happen on
the downstream column. UX wants them
removed but I found another use case
we need to fix.
parent 218c9742
...@@ -42,7 +42,6 @@ export default { ...@@ -42,7 +42,6 @@ export default {
<template> <template>
<li class="linked-pipeline build"> <li class="linked-pipeline build">
<div class="curve"></div>
<gl-button <gl-button
:id="buttonId" :id="buttonId"
v-gl-tooltip v-gl-tooltip
......
...@@ -132,6 +132,10 @@ ...@@ -132,6 +132,10 @@
.linked-pipeline.build { .linked-pipeline.build {
height: 41px; height: 41px;
&::before {
content: none;
}
// apply custom dimensions to connector before and after for triangle arrow // apply custom dimensions to connector before and after for triangle arrow
&.flat-connector-before { &.flat-connector-before {
@include flat-connector-before($linked-project-column-margin); @include flat-connector-before($linked-project-column-margin);
......
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