Skip to content

Commit

Permalink
feat(dh): better layout in case there's no lineage
Browse files Browse the repository at this point in the history
  • Loading branch information
jahow committed Mar 25, 2024
1 parent c7d8cb4 commit d64f956
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,12 @@ <h5 translate class="font-medium text-black text-sm mb-[2px] mt-[16px]">
"
[title]="'record.metadata.details' | translate"
>
<div
*ngIf="metadata.lineage"
class="text-gray-900 flex flex-col mb-5 pt-4 gap-2"
>
<div *ngIf="metadata.lineage" class="text-gray-900 flex flex-col mt-4 gap-2">
<p class="whitespace-pre-line break-words text-gray-900" gnUiLinkify>
{{ metadata.lineage }}
</p>
</div>
<div class="flex flex-row gap-6 mb-8" *ngIf="resourceContact">
<div class="flex flex-row gap-6 mt-5 mb-8" *ngIf="resourceContact">
<div
*ngIf="resourceContact.organization?.logoUrl?.href"
class="flex items-center justify-center border-solid border border-gray-300 rounded-md bg-white h-32 overflow-hidden"
Expand Down

0 comments on commit d64f956

Please sign in to comment.