Remove vertical connecting line placeholder from diff discussion notes
This commit is contained in:
parent
ab06c9b654
commit
d9f452d61f
2 changed files with 5 additions and 5 deletions
|
@ -494,11 +494,6 @@ $note-form-margin-left: 72px;
|
||||||
.discussion-notes {
|
.discussion-notes {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
border-left: 0;
|
border-left: 0;
|
||||||
|
|
||||||
.notes {
|
|
||||||
position: relative;
|
|
||||||
@include vertical-line(52px);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.note-wrapper {
|
.note-wrapper {
|
||||||
|
|
5
changelogs/unreleased/57768-remove-vertical-line.yml
Normal file
5
changelogs/unreleased/57768-remove-vertical-line.yml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
title: Remove vertical connecting line placeholder from diff discussion notes
|
||||||
|
merge_request: 25292
|
||||||
|
author:
|
||||||
|
type: fixed
|
Loading…
Reference in a new issue