Commit 802de6dc authored by Phil Hughes's avatar Phil Hughes

Merge branch 'remove-gap-between-mr-tabs-and-file-header' into 'master'

Remove extra space between MR tab bar and sticky file headers

See merge request gitlab-org/gitlab-ce!24238
parents f7efb2e0 c5c7bfc4
......@@ -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;
......
---
title: Remove extra space between MR tab bar and sticky file headers
merge_request:
author:
type: fixed
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