Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cern
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Web Team
Drupal
Public Drupal Repositories
Drupal 8
D8 Themes
cern
Merge requests
!84
Merge Release Candidate v2.6.3
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Merge Release Candidate v2.6.3
rc-v2.6.3
into
master
Overview
0
Commits
6
Pipelines
0
Changes
2
Merged
Konstantinos Platis
requested to merge
rc-v2.6.3
into
master
5 years ago
Overview
0
Commits
6
Pipelines
0
Changes
2
Expand
0
0
Merge request reports
Viewing commit
73031dc1
Prev
Next
Show latest version
2 files
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
73031dc1
Fixed menu underline in mobile devices being hidden due to spacing
· 73031dc1
Konstantinos Platis
authored
5 years ago
css/header.css
+
1
−
1
Options
@@ -223,7 +223,7 @@ body {
body
header
.site-nav
.region-header
nav
.main-menu
ul
.navbar-nav
>
li
.dropdown.open
>
ul
.dropdown-menu
a
:before
{
top
:
8px
;
}
body
header
.site-nav
.region-header
nav
.main-menu
ul
.navbar-nav
>
li
.dropdown.open
>
ul
.dropdown-menu
a
:after
{
bottom
:
-3
px
;
}
bottom
:
1
px
;
}
body
header
.site-nav
.region-header
>
.block-language
{
position
:
absolute
;
display
:
none
;
Loading