Skip to content
Snippets Groups Projects
Commit e8616997 authored by Dimitrie Hoekstra's avatar Dimitrie Hoekstra Committed by Annabel Dunstone Gray
Browse files

Breadcrumbs receives padding when double lined

parent 67d3ddfd
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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;
}
Loading
Loading
@@ -346,6 +348,7 @@ header.navbar-gitlab-new {
display: flex;
align-items: center;
position: relative;
padding: 2px 0;
 
&:not(:last-child) {
margin-right: 20px;
Loading
Loading
@@ -381,7 +384,7 @@ header.navbar-gitlab-new {
margin: 0;
font-size: 12px;
font-weight: 600;
line-height: 1;
line-height: 16px;
 
a {
color: $gl-text-color;
Loading
Loading
---
title: breadcrumbs receives padding when double lined
merge_request:
author:
type: changed
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment