Commit 152e215f authored by Daniel Tian's avatar Daniel Tian

Hide extra breadcrumb arrow that overlaps with last breadcrumb item

parent d6b07dfb
......@@ -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