Skip to content
Snippets Groups Projects
Commit 370b4ff7 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray Committed by GitLab Release Tools Bot
Browse files

Merge branch '55958-inconsistent-spacing-between-note-and-user-avatar-in-discussions' into 'master'

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

Closes #55958

See merge request gitlab-org/gitlab-ce!24197

(cherry picked from commit 81aacf9c)

2d5c1bd0 Adjust spacing for note header and resolved text
c7e902df Use gl-padding-8 as only variable
parent 8a75376d
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -153,12 +153,12 @@ $note-form-margin-left: 72px;
position: relative;
 
.timeline-discussion-body {
margin-top: -8px;
margin-top: -$gl-padding-8;
overflow-x: auto;
overflow-y: hidden;
 
.discussion-resolved-text {
margin-bottom: 8px;
.note-body {
margin-top: $gl-padding-8;
}
}
 
Loading
Loading
---
title: Fix spacing on discussions
merge_request: !24197
author:
type: fixed
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment