Commit ce00a9c8 authored by Fatih Acet's avatar Fatih Acet

Merge branch 'fix-multiple-comments-shade-overlap' into 'master'

Fix multiple commits shade overlapping vertical discussion line

See merge request gitlab-org/gitlab-ce!23515
parents b66ac4e3 27f23318
......@@ -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%);
}
......
---
title: Fix multiple commits shade overlapping vertical discussion line
merge_request: 23515
author:
type: fixed
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