Skip to content
Snippets Groups Projects
Commit 81d66a27 authored by Justin Boyson's avatar Justin Boyson Committed by Annabel Dunstone Gray
Browse files

Fix discusson resolve toggle making page jump

parent dddb61a4
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -569,7 +569,7 @@ $note-form-margin-left: 72px;
}
 
.discussion-header {
min-height: 72px;
min-height: 74px;
 
.note-header-info {
padding-bottom: 0;
Loading
Loading
@@ -582,8 +582,10 @@ $note-form-margin-left: 72px;
}
 
.unresolved {
.note-header-info {
margin-top: $gl-padding-8;
.discussion-header {
.note-header-info {
margin-top: $gl-padding-8;
}
}
}
 
Loading
Loading
---
title: Resolve Merge request discussion text jumps when resolved
merge_request: 28995
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