From 922d8333eee157b09a26d75c2e25a95a5d0e6862 Mon Sep 17 00:00:00 2001 From: nsemets Date: Thu, 20 Nov 2025 15:14:05 +0200 Subject: [PATCH] fix(contributors-list): added line height to fix accessibility --- .../contributors-list/contributors-list.component.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/app/shared/components/contributors-list/contributors-list.component.html b/src/app/shared/components/contributors-list/contributors-list.component.html index a3f4ae9e8..8c8dcc7d5 100644 --- a/src/app/shared/components/contributors-list/contributors-list.component.html +++ b/src/app/shared/components/contributors-list/contributors-list.component.html @@ -12,7 +12,11 @@ @if (readonly() || contributor.isUnregisteredContributor || !contributor.id || contributor.deactivated) { {{ contributor.fullName }}{{ $last ? '' : ',' }} } @else { - + {{ contributor.fullName }}{{ $last ? '' : ',' }} }