BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
6745563c
Commit
6745563c
authored
Sep 27, 2017
by
Annabel Dunstone Gray
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'breadcrumbs-line-height-padding' into 'master'
Breadcrumbs receives padding when double lined See merge request gitlab-org/gitlab-ce!14298
parents
67d3ddfd
e8616997
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
new-nav.scss
app/assets/stylesheets/framework/new-nav.scss
+4
-1
breadcrumbs-line-height-padding.yml
changelogs/unreleased/breadcrumbs-line-height-padding.yml
+5
-0
No files found.
app/assets/stylesheets/framework/new-nav.scss
View file @
6745563c
...
...
@@ -306,6 +306,8 @@ header.navbar-gitlab-new {
display
:
flex
;
width
:
100%
;
position
:
relative
;
padding-top
:
$gl-padding
/
2
;
padding-bottom
:
$gl-padding
/
2
;
align-items
:
center
;
border-bottom
:
1px
solid
$border-color
;
}
...
...
@@ -346,6 +348,7 @@ header.navbar-gitlab-new {
display
:
flex
;
align-items
:
center
;
position
:
relative
;
padding
:
2px
0
;
&
:not
(
:last-child
)
{
margin-right
:
20px
;
...
...
@@ -381,7 +384,7 @@ header.navbar-gitlab-new {
margin
:
0
;
font-size
:
12px
;
font-weight
:
600
;
line-height
:
1
;
line-height
:
1
6px
;
a
{
color
:
$gl-text-color
;
...
...
changelogs/unreleased/breadcrumbs-line-height-padding.yml
0 → 100644
View file @
6745563c
---
title
:
breadcrumbs receives padding when double lined
merge_request
:
author
:
type
:
changed
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