Skip to content

Commit

Permalink
fix(DH): Make sure that the content ghost for abstract is shown
Browse files Browse the repository at this point in the history
  • Loading branch information
Angi-Kinas committed Oct 24, 2023
1 parent bf058f0 commit e37b98f
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,12 @@
>
record.metadata.about
</p>
<div
class="text-gray-900 mb-6 md-description sm:mb-4 sm:pr-16"
*ngIf="metadata.abstract"
>
<div class="text-gray-900 mb-6 md-description sm:mb-4 sm:pr-16">
<gn-ui-content-ghost ghostClass="h-32" [showContent]="fieldReady('abstract')">
<p
class="whitespace-pre-line break-words"
[innerHTML]="metadata.abstract | safe: 'html'"
*ngIf="metadata.abstract"
></p>
</gn-ui-content-ghost>
</div>
Expand Down

0 comments on commit e37b98f

Please sign in to comment.