Commit c0606275 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Merge branch 'new-nav-logo-safari-fix' into 'master'

Fixed new navgiation bar logo height in Safari

See merge request !12563
parents 1732e140 7bbb2777
......@@ -11,20 +11,19 @@ header.navbar-gitlab-new {
padding-left: 0;
.title-container {
align-items: stretch;
padding-top: 0;
overflow: visible;
}
.title {
display: block;
height: 100%;
display: flex;
padding-right: 0;
color: currentColor;
> a {
display: flex;
align-items: center;
height: 100%;
padding-top: 3px;
padding-right: $gl-padding;
padding-left: $gl-padding;
......
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