Skip to content

Commit

Permalink
Fix headings and tags to match better with base branch #977
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelMoeri committed Nov 7, 2024
1 parent fda0ded commit e33300b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ <h4 class="okr-form-label okr-form-col">Key Result</h4>
</div>

<div *ngIf="getActions().length > 0" class="okr-form-row okr-form-label-input-container">
<h4 class="okr-form-label okr-form-col">Action Plan:</h4>
<p class="okr-form-label okr-form-col">Action Plan:</p>
<div class="col">
<span *ngFor="let action of getActions(); let i = index" class="okr-form-row">
<mat-checkbox #checkbox (change)="changeIsChecked($event, i)" [checked]="action.isChecked" class="col-auto">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ <h5 class="me-1 text-nowrap me-2">Letztes Check-in</h5>
</div>

<div class="d-flex align-items-center flex-wrap justify-content-end keyResult-overview-attribute">
<h4>Confidence</h4>
<h5>Confidence</h5>
<app-confidence
[edit]="false"
[isDetail]="false"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ <h4 class="text-center text-small">Target</h4>
</div>

<div class="okr-stretch d-flex flex-column align-items-center mb-1">
<h5 class="text-center text-small">Stretch</h5>
<h4 class="text-center text-small">Stretch</h4>
<img
[src]="'assets/icons/star-' + iconPath + '-icon.svg'"
[attr.data-testId]="'stretch'"
Expand Down

0 comments on commit e33300b

Please sign in to comment.