Skip to content
Snippets Groups Projects
Commit e019c718 authored by Phil Hughes's avatar Phil Hughes
Browse files

Merge branch 'breadcrumbs-px-height' into 'master'

Add 1px to breadcrumbs min height

See merge request !13020
parents 8efc8841 8c181048
No related branches found
No related tags found
No related merge requests found
Loading
@@ -274,7 +274,7 @@ header.navbar-gitlab-new {
Loading
@@ -274,7 +274,7 @@ header.navbar-gitlab-new {
   
.breadcrumbs { .breadcrumbs {
display: flex; display: flex;
min-height: 60px; min-height: 61px;
color: $gl-text-color; color: $gl-text-color;
border-bottom: 1px solid $border-color; border-bottom: 1px solid $border-color;
   
Loading
Loading
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