summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-12-09 09:09:47 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-12-09 09:09:47 +0000
commit109562e64e1e1c51fe32a7443df86ee63b856115 (patch)
treef2d20105421b9a584243ebaa5d8a596958121094 /app/assets/stylesheets/framework
parent47d41a24a1933599401d681675f1755c82adbbdf (diff)
downloadgitlab-ce-109562e64e1e1c51fe32a7443df86ee63b856115.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/stylesheets/framework')
-rw-r--r--app/assets/stylesheets/framework/header.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/header.scss b/app/assets/stylesheets/framework/header.scss
index 0286c2f517b..a6a01c7b090 100644
--- a/app/assets/stylesheets/framework/header.scss
+++ b/app/assets/stylesheets/framework/header.scss
@@ -384,6 +384,10 @@
text-overflow: ellipsis;
flex: 0 1 auto;
}
+
+ &:last-of-type > .breadcrumbs-list-angle {
+ display: none;
+ }
}
}