We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77e994d commit 5ef4a82Copy full SHA for 5ef4a82
src/app/community-list-page/community-list/community-list.component.html
@@ -34,13 +34,13 @@
34
aria-hidden="true"></span>
35
</button>
36
<div class="d-flex flex-row">
37
- <h5 class="align-middle pt-2">
+ <span class="align-middle pt-2 lead">
38
<a [routerLink]="node.route" class="lead">
39
{{ dsoNameService.getName(node.payload) }}
40
</a>
41
<span class="pr-2"> </span>
42
<span *ngIf="node.payload.archivedItemsCount >= 0" class="badge badge-pill badge-secondary align-top archived-items-lead">{{node.payload.archivedItemsCount}}</span>
43
- </h5>
+ </span>
44
</div>
45
46
<ds-truncatable [id]="node.id">
0 commit comments