fix: no se mostraban los line break

This commit is contained in:
2025-12-19 16:04:04 -03:00
parent a0b1723a26
commit 18f6ee4283

View File

@@ -126,8 +126,8 @@
</div>
</div>
</CardHeader>
<Content class="mx-5 -mt-4 rounded-full bg-accent p-6">
<p class=" text-sm">{post.content}</p>
<Content class="mx-5 -mt-4 rounded-lg bg-accent p-3">
<p class=" text-sm">{@html post.content.replaceAll('\n', '<br>')}</p>
</Content>
{#if post.imageUrl}