summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-07-28 18:55:27 +0100
committerPhil Hughes <me@iamphill.com>2017-07-28 18:55:27 +0100
commit2307eb80b576b4537e96e551bd17e2eced1d04a3 (patch)
treeaa24e719803cef8bb611613cceb582098ff44b6c
parent190fae5f0cef11d68c7385be0c4013931796f958 (diff)
downloadgitlab-ce-breadcrumbs-collapsed-title-width-fix.tar.gz
Fixed breadcrumb titles aggressively collapsingbreadcrumbs-collapsed-title-width-fix
Closes #35323
-rw-r--r--app/assets/stylesheets/new_nav.scss3
-rw-r--r--changelogs/unreleased/breadcrumbs-collapsed-title-width-fix.yml4
2 files changed, 6 insertions, 1 deletions
diff --git a/app/assets/stylesheets/new_nav.scss b/app/assets/stylesheets/new_nav.scss
index 360ffda8d71..781d4cc8833 100644
--- a/app/assets/stylesheets/new_nav.scss
+++ b/app/assets/stylesheets/new_nav.scss
@@ -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) {
diff --git a/changelogs/unreleased/breadcrumbs-collapsed-title-width-fix.yml b/changelogs/unreleased/breadcrumbs-collapsed-title-width-fix.yml
new file mode 100644
index 00000000000..988fdacb5fd
--- /dev/null
+++ b/changelogs/unreleased/breadcrumbs-collapsed-title-width-fix.yml
@@ -0,0 +1,4 @@
+---
+title: Fixed breadcrumbs title aggressively collapsing
+merge_request:
+author: