2021-03-08 18:12:59 +05:30
|
|
|
// Workaround for gl-breadcrumb at the last child of the handwritten breadcrumb
|
|
|
|
// until this gitlab-ui issue is resolved: https://gitlab.com/gitlab-org/gitlab-ui/-/issues/1079
|
|
|
|
//
|
|
|
|
// See app/assets/javascripts/registry/explorer/components/registry_breadcrumb.vue when this is changed.
|
2023-06-20 00:43:36 +05:30
|
|
|
.breadcrumbs .gl-breadcrumbs {
|
2021-03-08 18:12:59 +05:30
|
|
|
padding: 0;
|
|
|
|
box-shadow: none;
|
|
|
|
}
|