We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 260e72e commit 8a2b912Copy full SHA for 8a2b912
src/components/ListPanel/users/SelectReviewerListItem.vue
@@ -39,12 +39,10 @@
39
class="listPanel__item--reviewer__affiliation"
40
>
41
{{ localize(item.affiliation) }}
42
- <a
43
- v-if="item.orcid"
44
- :href="item.orcid"
45
- class="listPanel__item--reviewer__orcid"
46
- target="_blank"
47
- >
+ </div>
+
+ <div v-if="item.orcid" class="listPanel__item--reviewer__orcid">
+ <a :href="item.orcid" target="_blank">
48
<Icon
49
:icon="item.orcidIsVerified ? 'Orcid' : 'OrcidUnauthenticated'"
50
:inline="true"
@@ -526,7 +524,6 @@ export default {
526
524
}
527
525
528
.listPanel__item--reviewer__orcid {
529
- margin-inline-start: 0.5rem;
530
font-size: @font-tiny;
531
text-decoration: none;
532
0 commit comments