fix for tooltip in 'Add to ORCID' button - result preview card

This commit is contained in:
Alex Martzios 2022-07-05 12:32:58 +03:00
parent 3b2e9ebbee
commit 2bc5ba9e97
1 changed files with 1 additions and 2 deletions

View File

@ -398,8 +398,7 @@
<!-- TODO: change colors/opacity and disabled attr for ORCID buttons -->
<span *ngIf="(properties.adminToolsPortalType == 'explore' || properties.adminToolsPortalType == 'community')
&& showOrcid && result.identifiers && result.identifiers.size > 0 && isResultType"
class="uk-width-1-1 uk-width-expand@s">
<!--class="uk-flex uk-flex-middle uk-flex-right uk-width-expand">-->
class="uk-margin-auto-left">
<orcid-work *ngIf="showOrcid && result.identifiers && result.identifiers.size > 0"
[resultId]="result.relcanId" [resultTitle]="result.title"
[type]="result.resultType" [pageType]="'search'"