Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
v-bilous committed Oct 9, 2023
2 parents 687b532 + e52ce0d commit d8362c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

.api-breadcrumbs {
float: left;
width: 100%;
}
.api-breadcrumbs .breadcrumb {
margin-bottom: 0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<div id="api-breadcrumb-bar organizations-breadcumb">
<breadcrumbs>
<li breadcrumb label="Settings" [route]="[ '/settings' ]"></li>
<li breadcrumb label="Organizations" [route]="[ '/settings/organizations' ]"></li>
<li breadcrumb [label]="model.name"></li>
<li breadcrumb label="Organizations" class="active"></li>
<li breadcrumb [label]="model.name" class="active"></li>
</breadcrumbs>
</div>
<div class="row">
Expand Down

0 comments on commit d8362c7

Please sign in to comment.