Commit 4dc040c5 authored by Fatih Acet's avatar Fatih Acet Committed by Rémy Coutable

Merge branch '23849-pipeline-graph-bug' into 'master'

Only remove right connector of first build of last stage

Closes #23849

See merge request !7179
Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 4e4f0d69
...@@ -570,7 +570,7 @@ ...@@ -570,7 +570,7 @@
.build { .build {
// Remove right connecting horizontal line from first build in last stage // Remove right connecting horizontal line from first build in last stage
&:first-child { &:first-child {
&::after, &::before { &::after {
border: none; border: none;
} }
} }
......
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