Commit e019c718 authored by Phil Hughes's avatar Phil Hughes

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

Add 1px to breadcrumbs min height

See merge request !13020
parents 8efc8841 8c181048
......@@ -274,7 +274,7 @@ header.navbar-gitlab-new {
.breadcrumbs {
display: flex;
min-height: 60px;
min-height: 61px;
color: $gl-text-color;
border-bottom: 1px solid $border-color;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment