Skip to content

Commit ec9bb3a

Browse files
Andrea BarbassoFrancescoMolinaro
authored andcommitted
Merged in task/dspace-cris-2024_02_x/DSC-2574 (pull request DSpace#3784)
[DSC-2574] fix longtext show more button Approved-by: Francesco Molinaro
2 parents 8a65733 + db49c7e commit ec9bb3a

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)