#4258 Abstände Breadcrumb

This commit is contained in:
Lorenz Hilpert
2023-09-13 18:43:30 +02:00
parent 4e54baf9fb
commit e2a6eac0a2
4 changed files with 4 additions and 4 deletions

View File

@@ -1,3 +1,3 @@
<shared-breadcrumb class="my-4" [key]="breadcrumbKey"></shared-breadcrumb>
<shared-breadcrumb [key]="breadcrumbKey"></shared-breadcrumb>
<router-outlet></router-outlet>

View File

@@ -1,4 +1,4 @@
<shared-breadcrumb class="mb-5 desktop-small:mb-9" [key]="processId$ | async" [tags]="['customer-order']">
<shared-breadcrumb [key]="processId$ | async" [tags]="['customer-order']">
<shared-branch-selector [branchType]="1" [value]="selectedBranch$ | async" (valueChange)="patchProcessData($event)">
</shared-branch-selector>
</shared-breadcrumb>

View File

@@ -1,3 +1,3 @@
<shared-breadcrumb class="my-4" [key]="breadcrumbKey"></shared-breadcrumb>
<shared-breadcrumb [key]="breadcrumbKey"></shared-breadcrumb>
<router-outlet></router-outlet>

View File

@@ -1,4 +1,4 @@
<div class="pt-2">
<div>
<shared-breadcrumb [key]="taskCalendarKey" tags="task-calendar"></shared-breadcrumb>
</div>