Remove extra space between MR tab bar and sticky file headers

This commit is contained in:
Annabel Dunstone Gray 2019-01-08 11:04:31 -06:00
parent 49f538c766
commit c5c7bfc41c
2 changed files with 6 additions and 1 deletions

View File

@ -9,7 +9,7 @@
@media (min-width: map-get($grid-breakpoints, md)) {
position: -webkit-sticky;
position: sticky;
top: 92px;
top: $header-height + 51px;
margin-left: -1px;
border-left: 1px solid $border-color;
z-index: 102;

View File

@ -0,0 +1,5 @@
---
title: Remove extra space between MR tab bar and sticky file headers
merge_request:
author:
type: fixed