Commit 50eaea5a authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Remove fixed height from MR diff headers

parent 5cd0e721
......@@ -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;
......
......@@ -15,7 +15,6 @@
position: sticky;
top: $mr-file-header-top;
z-index: 102;
height: $mr-version-controls-height;
&::before {
content: '';
......
---
title: Remove fixed height from MR diff headers
merge_request:
author:
type: other
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