Skip to content

Commit

Permalink
feat(record-preview-feed): display org thumbnail as contain
Browse files Browse the repository at this point in the history
  • Loading branch information
tkohr committed Dec 4, 2023
1 parent 92763ec commit 2764431
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
<gn-ui-thumbnail
*ngIf="hasLogo"
[thumbnailUrl]="record.ownerOrganization?.logoUrl?.toString()"
[fit]="'contain'"
></gn-ui-thumbnail>
</div>
<div class="flex flex-col overflow-hidden items-start">
Expand Down

0 comments on commit 2764431

Please sign in to comment.