Commit dcc699af authored by Fatih Acet's avatar Fatih Acet

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

Only remove right connector of first build of last stage

Only remove right connector of first build of last stage.
Closes #23849

See merge request !7179
parents b7d3fc15 2a77a87f
......@@ -573,8 +573,7 @@
.build {
// Remove right connecting horizontal line from first build in last stage
&:first-child {
&::after,
&::before {
&::after {
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