Breadcrumbs receives padding when double lined
This commit is contained in:
parent
67d3ddfdb6
commit
e8616997d3
2 changed files with 9 additions and 1 deletions
|
@ -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: 16px;
|
||||
|
||||
a {
|
||||
color: $gl-text-color;
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: breadcrumbs receives padding when double lined
|
||||
merge_request:
|
||||
author:
|
||||
type: changed
|
Loading…
Reference in a new issue