Fixed event description rendering handling whitespace and newline

This commit is contained in:
2025-11-28 00:47:44 -05:00
parent 2a9dc51a5d
commit 3a34a35edb

View File

@@ -177,7 +177,7 @@ defineExpose({forceReload})
<!-- Description -->
<section class="space-y-2 w-full">
<p class="text-lg font-semibold">Description</p>
<p class="border bg-muted/50 px-3 py-2 rounded-lg min-h-24 my-2">
<p class="border bg-muted/50 px-3 py-2 rounded-lg min-h-24 my-2 whitespace-pre-line">
{{ activeEvent.description }}
</p>
</section>