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
28f4db47
Commit
28f4db47
authored
Jun 06, 2018
by
André Luís
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix content-wrapper when system header+no perf bar
parent
a808713a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
1 deletion
+12
-1
ee/app/assets/stylesheets/framework/system_messages.scss
ee/app/assets/stylesheets/framework/system_messages.scss
+7
-1
ee/changelogs/unreleased/6313-breadcrumbs-with-system-header.yml
...gelogs/unreleased/6313-breadcrumbs-with-system-header.yml
+5
-0
No files found.
ee/app/assets/stylesheets/framework/system_messages.scss
View file @
28f4db47
...
@@ -51,6 +51,10 @@
...
@@ -51,6 +51,10 @@
top
:
$system-header-height
+
$header-height
;
top
:
$system-header-height
+
$header-height
;
}
}
.content-wrapper
{
margin-top
:
$system-header-height
+
$header-height
;
}
.ide.nav-only
{
.ide.nav-only
{
// body element on WebIDE page
// body element on WebIDE page
padding-top
:
$header-height
+
$system-header-height
;
padding-top
:
$header-height
+
$system-header-height
;
...
@@ -176,7 +180,9 @@
...
@@ -176,7 +180,9 @@
}
}
.with-performance-bar.with-system-header.with-system-footer & {
.with-performance-bar.with-system-header.with-system-footer & {
@include ide-height-with((system-header: true, system-footer: true, performance: true, flash: true));
@include ide-height-with(
(system-header: true, system-footer: true, performance: true, flash: true)
);
}
}
}
}
}
}
ee/changelogs/unreleased/6313-breadcrumbs-with-system-header.yml
0 → 100644
View file @
28f4db47
---
title
:
Fix breadcrumbs being covered by System Header message
merge_request
:
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