Commit 3fd38e1e authored by Illya Klymov's avatar Illya Klymov

Merge branch '292210-hide-extra-breadcrumb-arrow' into 'master'

Hide extra breadcrumb arrow that overlaps with last breadcrumb item

See merge request gitlab-org/gitlab!49456
parents 7b36eebd 152e215f
......@@ -384,6 +384,10 @@
text-overflow: ellipsis;
flex: 0 1 auto;
}
&:last-of-type > .breadcrumbs-list-angle {
display: none;
}
}
}
......
---
title: Hide extra breadcrumb arrow that overlaps with last breadcrumb item
merge_request: 49456
author:
type: fixed
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