fix pdf building

This commit is contained in:
Joakim Repomaa
2026-02-19 13:13:52 +02:00
parent 209770e8aa
commit 50af9cae3e
14 changed files with 493 additions and 278 deletions

View File

@@ -7,9 +7,9 @@
</script>
{#if tags.length > 0}
<div class="text-xs text-pdf-muted">
<div class="text-xs text-pdf-muted flex flex-wrap gap-0.5">
{#each tags as tag}
<span class="first:before:content-[''] before:content-['_•_']">{tag}</span>
<span class="first:before:content-[''] before:content-['_•_'] whitespace-nowrap">{tag}</span>
{/each}
</div>
{/if}