Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Léo-Paul Géneau
gitlab-ce
Commits
c5c7bfc4
Commit
c5c7bfc4
authored
6 years ago
by
Annabel Dunstone Gray
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove extra space between MR tab bar and sticky file headers
parent
49f538c7
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
app/assets/stylesheets/pages/diff.scss
app/assets/stylesheets/pages/diff.scss
+1
-1
changelogs/unreleased/remove-gap-between-mr-tabs-and-file-header.yml
...unreleased/remove-gap-between-mr-tabs-and-file-header.yml
+5
-0
No files found.
app/assets/stylesheets/pages/diff.scss
View file @
c5c7bfc4
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
@media
(
min-width
:
map-get
(
$grid-breakpoints
,
md
))
{
@media
(
min-width
:
map-get
(
$grid-breakpoints
,
md
))
{
position
:
-
webkit-sticky
;
position
:
-
webkit-sticky
;
position
:
sticky
;
position
:
sticky
;
top
:
92
px
;
top
:
$header-height
+
51
px
;
margin-left
:
-1px
;
margin-left
:
-1px
;
border-left
:
1px
solid
$border-color
;
border-left
:
1px
solid
$border-color
;
z-index
:
102
;
z-index
:
102
;
...
...
This diff is collapsed.
Click to expand it.
changelogs/unreleased/remove-gap-between-mr-tabs-and-file-header.yml
0 → 100644
View file @
c5c7bfc4
---
title
:
Remove extra space between MR tab bar and sticky file headers
merge_request
:
author
:
type
:
fixed
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment