Skip to content

Commit 37a5ba6

Browse files
author
Andrea Barbasso
committed
[DSC-2574] fix longtext show more button
1 parent 15a3598 commit 37a5ba6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/app/cris-layout/cris-layout-matrix/cris-layout-box-container/boxes/metadata/rendering-types/longtext

src/app/cris-layout/cris-layout-matrix/cris-layout-box-container/boxes/metadata/rendering-types/longtext/longtext.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div class="{{field.styleValue}}">
33
<ds-truncatable [id]="truncableId">
44
<ds-truncatable-part [id]="truncableId" [minLines]="3">
5-
<div [innerHTML]="formatText(metadataValue.value)" data-test="formatted-text"></div>
5+
<span [innerHTML]="formatText(metadataValue.value)" data-test="formatted-text"></span>
66
</ds-truncatable-part>
77
</ds-truncatable>
88
</div>

0 commit comments

Comments
 (0)