Fixed sticky headers in merge request creation diff

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/57691
This commit is contained in:
Phil Hughes 2019-03-12 10:43:45 +00:00
parent aaee3fb4a6
commit d22d9dbcc9
No known key found for this signature in database
GPG Key ID: 32245528C52E0F9F
2 changed files with 15 additions and 0 deletions

View File

@ -1019,3 +1019,13 @@
padding-left: 50px;
padding-bottom: $gl-padding;
}
.mr-compare {
.diff-file .file-title-flex-parent {
top: $header-height + 51px;
.with-performance-bar & {
top: $performance-bar-height + $header-height + 51px;
}
}
}

View File

@ -0,0 +1,5 @@
---
title: Fixed sticky headers in merge request creation diffs
merge_request:
author:
type: fixed