Skip to content

Commit 46b137d

Browse files
authored
[ENG-9683] Preprint Detail: Authors do not have sufficient size or spacing. #785
- Ticket: [ENG-9683] - Feature flag: n/a ## Summary of Changes 1. Fixed contributors size.
1 parent 22f687d commit 46b137d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/app/shared/components/contributors-list/contributors-list.component.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@
1212
@if (readonly() || contributor.isUnregisteredContributor || !contributor.id || contributor.deactivated) {
1313
<span data-test-contributor-name>{{ contributor.fullName }}{{ $last ? '' : ',' }}</span>
1414
} @else {
15-
<a class="font-bold" [routerLink]="['/user', contributor.userId]" data-test-contributor-name>
15+
<a
16+
class="font-bold block line-height-3"
17+
[routerLink]="['/user', contributor.userId]"
18+
data-test-contributor-name
19+
>
1620
{{ contributor.fullName }}{{ $last ? '' : ',' }}
1721
</a>
1822
}

0 commit comments

Comments
 (0)