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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
ca4eafe3
Commit
ca4eafe3
authored
Oct 27, 2020
by
Simon Knox
Committed by
Olena Horal-Koretska
Oct 27, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move to correct selector
Also delete a -webkit prefix that is not needed
parent
8ce3a303
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
7 deletions
+12
-7
app/assets/stylesheets/framework/flash.scss
app/assets/stylesheets/framework/flash.scss
+7
-1
app/assets/stylesheets/pages/merge_requests.scss
app/assets/stylesheets/pages/merge_requests.scss
+0
-6
changelogs/unreleased/psi-mr-space.yml
changelogs/unreleased/psi-mr-space.yml
+5
-0
No files found.
app/assets/stylesheets/framework/flash.scss
View file @
ca4eafe3
...
@@ -9,9 +9,15 @@ $notification-box-shadow-color: rgba(0, 0, 0, 0.25);
...
@@ -9,9 +9,15 @@ $notification-box-shadow-color: rgba(0, 0, 0, 0.25);
&
.sticky
{
&
.sticky
{
position
:
sticky
;
position
:
sticky
;
position
:
-
webkit-sticky
;
top
:
$flash-container-top
;
top
:
$flash-container-top
;
z-index
:
251
;
z-index
:
251
;
.flash-alert
,
.flash-notice
,
.flash-success
,
.flash-warning
{
@include
gl-mb-4
;
}
}
}
&
.flash-container-page
{
&
.flash-container-page
{
...
...
app/assets/stylesheets/pages/merge_requests.scss
View file @
ca4eafe3
...
@@ -1039,9 +1039,3 @@ $mr-widget-min-height: 69px;
...
@@ -1039,9 +1039,3 @@ $mr-widget-min-height: 69px;
.diff-file-row.is-active
{
.diff-file-row.is-active
{
background-color
:
$gray-50
;
background-color
:
$gray-50
;
}
}
.merge-request-container
{
.flash-container
{
@include
gl-mb-4
;
}
}
changelogs/unreleased/psi-mr-space.yml
0 → 100644
View file @
ca4eafe3
---
title
:
Reduce whitespace on MR page header
merge_request
:
45966
author
:
type
:
fixed
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