mirror of
https://github.com/emailerfacu-spec/minix-front.git
synced 2026-04-18 15:57:31 -03:00
fix: no se mostraban los line break
This commit is contained in:
@@ -126,8 +126,8 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</CardHeader>
|
</CardHeader>
|
||||||
<Content class="mx-5 -mt-4 rounded-full bg-accent p-6">
|
<Content class="mx-5 -mt-4 rounded-lg bg-accent p-3">
|
||||||
<p class=" text-sm">{post.content}</p>
|
<p class=" text-sm">{@html post.content.replaceAll('\n', '<br>')}</p>
|
||||||
</Content>
|
</Content>
|
||||||
|
|
||||||
{#if post.imageUrl}
|
{#if post.imageUrl}
|
||||||
|
|||||||
Reference in New Issue
Block a user