Commit 2307eb80 authored by Phil Hughes's avatar Phil Hughes

Fixed breadcrumb titles aggressively collapsing

Closes #35323
parent 190fae5f
...@@ -325,6 +325,7 @@ header.navbar-gitlab-new { ...@@ -325,6 +325,7 @@ header.navbar-gitlab-new {
.breadcrumbs-links { .breadcrumbs-links {
flex: 1; flex: 1;
min-width: 0;
align-self: center; align-self: center;
color: $gl-text-color-quaternary; color: $gl-text-color-quaternary;
...@@ -343,7 +344,7 @@ header.navbar-gitlab-new { ...@@ -343,7 +344,7 @@ header.navbar-gitlab-new {
} }
.title { .title {
white-space: nowrap; display: inline-block;
> a { > a {
&:last-of-type:not(:first-child) { &:last-of-type:not(:first-child) {
......
---
title: Fixed breadcrumbs title aggressively collapsing
merge_request:
author:
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