Commit 2f449164 authored by Filipa Lacerda's avatar Filipa Lacerda

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

Fixed breadcrumb titles aggressively collapsing

Closes #35323

See merge request !13166
parents 3275e94a 2307eb80
...@@ -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