Skip to content

Commit

Permalink
Merged in task/dspace-cris-2023_02_x/DSC-1708 (pull request DSpace#1925)
Browse files Browse the repository at this point in the history
[DSC-1708] popover width adjustment

Approved-by: Francesco Molinaro
  • Loading branch information
alisaismailati authored and FrancescoMolinaro committed Jul 8, 2024
2 parents f2e9450 + f3e335a commit 9462b5f
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 9462b5f

Please sign in to comment.