Fixed breadcrumb titles aggressively collapsing

Closes #35323
This commit is contained in:
Phil Hughes 2017-07-28 18:55:27 +01:00
parent 190fae5f0c
commit 2307eb80b5
No known key found for this signature in database
GPG Key ID: DB8CE4B3A3EE91AB
2 changed files with 6 additions and 1 deletions

View File

@ -325,6 +325,7 @@ header.navbar-gitlab-new {
.breadcrumbs-links {
flex: 1;
min-width: 0;
align-self: center;
color: $gl-text-color-quaternary;
@ -343,7 +344,7 @@ header.navbar-gitlab-new {
}
.title {
white-space: nowrap;
display: inline-block;
> a {
&:last-of-type:not(:first-child) {

View File

@ -0,0 +1,4 @@
---
title: Fixed breadcrumbs title aggressively collapsing
merge_request:
author: