Annotation styles

This commit is contained in:
Simon Martens
2026-01-10 19:08:20 +01:00
parent 21f07f0e7f
commit 69c525f192
13 changed files with 98 additions and 16 deletions

View File

@@ -121,7 +121,7 @@
<span class="font-bold">{{ $r.Title }}</span>
</div>
{{ if $r.Annotation }}
<div class="max-w-[48rem]">
<div class="max-w-[48rem] annotation-content">
<span class="">{{ Safe $r.Annotation }}</span>
</div>
{{ end }}