Commit 963b6844 authored by dimitrieh's avatar dimitrieh Committed by Filipa Lacerda

fixed small mini pipeline graph line glitch

parent d391f743
......@@ -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:
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