Resolve "Merge request refactor displays changes dropdown incorrectly"
This commit is contained in:
parent
eaa9d4fd75
commit
faccba0c56
2 changed files with 7 additions and 1 deletions
|
@ -698,7 +698,7 @@
|
|||
&.diff-files-changed-merge-request {
|
||||
position: sticky;
|
||||
top: 90px;
|
||||
z-index: 190;
|
||||
z-index: 200;
|
||||
margin: $gl-padding 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
@ -706,6 +706,7 @@
|
|||
&.is-stuck {
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
border-top: 1px solid $white-dark;
|
||||
border-bottom: 1px solid $white-dark;
|
||||
|
||||
.diff-stats-additions-deletions-expanded,
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Fixed Merge request changes dropdown displays incorrectly
|
||||
merge_request: 20237
|
||||
author: Constance Okoghenun
|
||||
type: fixed
|
Loading…
Reference in a new issue