Skip to content

Commit

Permalink
Merge pull request #473 from PermanentOrg/PER-9865-ensure-line-breaks…
Browse files Browse the repository at this point in the history
…-description
  • Loading branch information
crisnicandrei authored Oct 15, 2024
2 parents 706e1d7 + d236afb commit 25395f7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,18 @@
>
{{ item }}
</a>
<a [ngbTooltip]="item" class="link" [href]="item | prependProtocol" *ngFor="let item of websites">
<a
[ngbTooltip]="item"
class="link"
[href]="item | prependProtocol"
*ngFor="let item of websites"
>
{{ item }}
</a>
</div>

<div *ngIf="description" [ngClass]="componentName + '-about'">
<p class="title">About</p>
<p class="description">
{{ description }}
</p>
<div [innerHTML]="description" class="description"></div>
</div>
</div>
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,5 @@
letter-spacing: -0.02em;
text-align: left;
color: #777777;
white-space: pre-line;
}

0 comments on commit 25395f7

Please sign in to comment.