Commit 2e4b1944 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Merge branch '32770-missing-space-between-paragraphs-of-draft-comments-in-mr-reviews' into 'master'

Ensure space between review comment lines

See merge request gitlab-org/gitlab!21435
parents 736a9770 9ff758f1
......@@ -4,10 +4,6 @@ $draft-actions-left-margin: 40px + $gl-padding;
margin: 0;
background: $orange-50;
p {
margin: 0;
}
.drafts-count-component {
@include transition(background-color);
background: rgba($green-500, 0.2);
......@@ -31,6 +27,8 @@ $draft-actions-left-margin: 40px + $gl-padding;
}
.draft-note-actions {
margin: 0;
@include notes-media('min', map-get($grid-breakpoints, sm)) {
margin-left: $draft-actions-left-margin;
}
......
---
title: Pending (unsubmitted) review comments with multiple lines now display whitespace
before being submitted
merge_request: 21435
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