Merge branch 'breadcrumbs-collapsed-title-width-fix' into 'master'

Fixed breadcrumb titles aggressively collapsing

Closes #35323

See merge request !13166
This commit is contained in:
Filipa Lacerda 2017-07-31 10:53:00 +00:00
commit 2f4491649d
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: