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 {
<template>
<li class="linked-pipeline build">
<div class="curve"></div>
<gl-button
:id="buttonId"
v-gl-tooltip
......
......@@ -132,6 +132,10 @@
.linked-pipeline.build {
height: 41px;
&::before {
content: none;
}
// apply custom dimensions to connector before and after for triangle arrow
&.flat-connector-before {
@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