Marker clusters (draft)

This commit is contained in:
2024-11-29 11:41:05 +01:00
parent 381c3bfe69
commit e865ada571
9 changed files with 27 additions and 16 deletions

View File

@@ -96,7 +96,7 @@ export class Finding {
this.biblioElements.push(`
<div class="p-2 mt-2" id="ref-${biblio.id}">
<p>${biblio.reference}</p>
<p class="p-3">${biblio.reference}</p>
</div>
`);
});