Fix multiple commits shade overlapping vertical discussion line

This commit is contained in:
Annabel Dunstone Gray 2018-12-04 14:05:58 +00:00 committed by Fatih Acet
parent b66ac4e39c
commit 27f2331858
2 changed files with 7 additions and 2 deletions

View File

@ -371,10 +371,10 @@ $note-form-margin-left: 72px;
&::after {
content: '';
width: 100%;
height: 70px;
position: absolute;
left: 0;
left: $gl-padding-24;
right: 0;
bottom: 0;
background: linear-gradient(rgba($white-light, 0.1) -100px, $white-light 100%);
}

View File

@ -0,0 +1,5 @@
---
title: Fix multiple commits shade overlapping vertical discussion line
merge_request: 23515
author:
type: fixed