Skip to content

Commit

Permalink
Fix layoutproblem with metric keyresult
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelMoeri committed Oct 18, 2024
1 parent ac539ad commit f8a49ee
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</div>
</div>

<ng-template *ngIf="isMetric; else ordinalBlock">
<div *ngIf="isMetric; else ordinalBlock">
<form [formGroup]="keyResultForm" class="gap-1">
<div class="d-flex flex-column flex-wrap container p-0">
<div class="d-flex flex-row">
Expand Down Expand Up @@ -84,7 +84,7 @@
</div>
</div>
</form>
</ng-template>
</div>

<ng-template #ordinalBlock>
<form [formGroup]="keyResultForm" class="gap-1">
Expand Down

0 comments on commit f8a49ee

Please sign in to comment.