Commit 3cfdda1c authored by Sam Bigelow's avatar Sam Bigelow Committed by Annabel Dunstone Gray

Resolve "Inconsistent spacing between note and user avatar in discussions"

parent e28e48eb
...@@ -153,12 +153,12 @@ $note-form-margin-left: 72px; ...@@ -153,12 +153,12 @@ $note-form-margin-left: 72px;
position: relative; position: relative;
.timeline-discussion-body { .timeline-discussion-body {
margin-top: -8px; margin-top: -$gl-padding-8;
overflow-x: auto; overflow-x: auto;
overflow-y: hidden; overflow-y: hidden;
.discussion-resolved-text { .note-body {
margin-bottom: 8px; margin-top: $gl-padding-8;
} }
} }
......
---
title: Fix spacing on discussions
merge_request: !24197
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