Commit 81d66a27 authored by Justin Boyson's avatar Justin Boyson Committed by Annabel Dunstone Gray

Fix discusson resolve toggle making page jump

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