Fix multiple commits shade overlapping vertical discussion line
This commit is contained in:
parent
b66ac4e39c
commit
27f2331858
2 changed files with 7 additions and 2 deletions
|
@ -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%);
|
||||
}
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Fix multiple commits shade overlapping vertical discussion line
|
||||
merge_request: 23515
|
||||
author:
|
||||
type: fixed
|
Loading…
Reference in a new issue