Commit c4e4b255 authored by Sarah GP's avatar Sarah GP

Only apply top border to main graph

parent 1f5e40d4
...@@ -162,8 +162,10 @@ export default { ...@@ -162,8 +162,10 @@ export default {
<div class="js-pipeline-graph"> <div class="js-pipeline-graph">
<div <div
ref="mainPipelineContainer" ref="mainPipelineContainer"
class="gl-display-flex gl-position-relative gl-bg-gray-10 gl-white-space-nowrap gl-border-t-solid gl-border-t-1 gl-border-gray-100" class="gl-display-flex gl-position-relative gl-bg-gray-10 gl-white-space-nowrap"
:class="{ 'gl-pipeline-min-h gl-py-5 gl-overflow-auto': !isLinkedPipeline }" :class="{
'gl-pipeline-min-h gl-py-5 gl-overflow-auto gl-border-t-solid gl-border-t-1 gl-border-gray-100': !isLinkedPipeline,
}"
> >
<linked-graph-wrapper> <linked-graph-wrapper>
<template #upstream> <template #upstream>
......
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