Commit 04bafeb8 authored by Filipa Lacerda's avatar Filipa Lacerda

Merge branch '27277-small-mini-pipeline-graph-glitch-upon-hover' into 'master'

fixed small mini pipeline graph line glitch

Closes #27277

See merge request !8804
parents c5bea1d2 97018d60
......@@ -214,9 +214,9 @@
&:not(:last-child) {
&::after {
content: '';
width: 8px;
width: 7px;
position: absolute;
right: -8px;
right: -7px;
top: 10px;
border-bottom: 2px solid $border-color;
}
......
---
title: fixed small mini pipeline graph line glitch
merge_request: 8804
author:
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