Skip to content

Commit

Permalink
Fix overlapping in check-in history
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelMoeri committed Dec 16, 2024
1 parent 83fd776 commit a5b2cd1
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ <h4 class="col-auto">Confidence:</h4>
</div>

<div class="okr-form-row justify-content-between mb-1" *ngIf="checkIn.changeInfo !== ''">
<h4 class="col-2">Veränderungen:</h4>
<span class="col">{{ checkIn.changeInfo }}</span>
<h4 class="col-3">Veränderungen:</h4>
<span class="col linebreak">{{ checkIn.changeInfo }}</span>
</div>

<div class="okr-form-row justify-content-between mb-1" *ngIf="checkIn.initiatives !== ''">
<h4 class="col-2">Massnahmen:</h4>
<span class="col">{{ checkIn.initiatives }}</span>
<h4 class="col-3">Massnahmen:</h4>
<span class="col linebreak">{{ checkIn.initiatives }}</span>
</div>
</div>
</div>
Expand Down

0 comments on commit a5b2cd1

Please sign in to comment.