Skip to content

Commit ae770ce

Browse files
Andrea BarbassoFrancescoMolinaro
authored andcommitted
Merged in task/dspace-cris-2023_02_x/DSC-2574 (pull request DSpace#3785)
[DSC-2574] fix longtext show more button Approved-by: Francesco Molinaro
2 parents 15a3598 + 37a5ba6 commit ae770ce

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)