Skip to content

Commit

Permalink
Match collection card to search card style
Browse files Browse the repository at this point in the history
  • Loading branch information
kathy-t committed Jan 16, 2025
1 parent b3dbc50 commit 602d160
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/organizations/collection/collection.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -133,11 +133,11 @@ <h5>
</span>
</div>
</div>
<div class="truncate-text-2">
<app-ai-bubble *ngIf="entry.topicSelection === TopicSelectionEnum.AI && !entry.isApprovedAITopic"></app-ai-bubble>
<div>
<span class="size-small" [matTooltip]="entry.topic" matTooltipPosition="left">
{{ entry.topic }}
</span>
<app-ai-bubble *ngIf="entry.topicSelection === TopicSelectionEnum.AI && !entry.isApprovedAITopic"></app-ai-bubble>
</div>
<hr />
<div fxLayout="row" fxLayoutAlign="space-between center">
Expand Down

0 comments on commit 602d160

Please sign in to comment.