Remove fixed height from MR diff headers

This commit is contained in:
Annabel Dunstone Gray 2019-05-30 13:32:11 -05:00
parent 5cd0e721f7
commit 50eaea5a7f
3 changed files with 6 additions and 2 deletions

View File

@ -329,7 +329,7 @@ span.idiff {
background-color: $gray-light;
border-bottom: 1px solid $border-color;
border-top: 1px solid $border-color;
padding: 5px $gl-padding;
padding: $gl-padding-8 $gl-padding;
margin: 0;
border-radius: $border-radius-default $border-radius-default 0 0;

View File

@ -15,7 +15,6 @@
position: sticky;
top: $mr-file-header-top;
z-index: 102;
height: $mr-version-controls-height;
&::before {
content: '';

View File

@ -0,0 +1,5 @@
---
title: Remove fixed height from MR diff headers
merge_request:
author:
type: other