Skip to content

Commit

Permalink
[DSC-1708] popover width adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
alisaismailati committed Jul 5, 2024
1 parent f2e9450 commit f3e335a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<div class="d-flex" *ngIf="!isLink(item.firstMetadataValue(metadata)) && !longTextMetadataList.includes(metadata)">
<ds-metadata-link-view-orcid [itemValue]="item" *ngIf="metadata === 'person.identifier.orcid'; else textType"></ds-metadata-link-view-orcid>
<ng-template #textType>
<span>{{ item.firstMetadataValue(metadata) }}</span>
<span class="ellipsis-y-1">{{ item.firstMetadataValue(metadata) }}</span>
</ng-template>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@

::ng-deep .popover {
max-width: 400px !important;
width: 100%;
min-width: 300px !important;
}

0 comments on commit f3e335a

Please sign in to comment.