Skip to content

Commit

Permalink
[#57642] (Comment) Text editor does not take spacing in account
Browse files Browse the repository at this point in the history
  • Loading branch information
as-op authored and oliverguenther committed Sep 5, 2024
1 parent 50b106c commit c45f3bd
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@
></edit-form-portal>
</div>
</div>
<div class="message"
*ngIf="!active && (isComment || isBcfComment)"
[innerHtml]="postedComment"></div>
<div class="message" *ngIf="!active && (isComment || isBcfComment)">
<div class="op-uc-container" [innerHtml]="postedComment"></div>
</div>
<ul class="work-package-details-activities-messages" *ngIf="!isInitial">
<li *ngFor="let detail of details">
<span class="message" [innerHtml]="detail"></span>
Expand Down

0 comments on commit c45f3bd

Please sign in to comment.