Added rich text to event description

This commit is contained in:
Alexis
2025-08-08 10:48:29 +02:00
parent c208393f9f
commit 25a9099a18
4 changed files with 9 additions and 17 deletions

View File

@@ -160,8 +160,8 @@ function deployDeleteModal() {
<template v-if="event.description">
<hr class="border-border mt-2" >
<div class="max-h-48 overflow-y-auto mt-2 text-sm text-slate-600 dark:text-slate-300">
{{ event.description }}
<div class="max-h-48 overflow-y-auto mt-2 text-sm opacity-80">
<div class="content-editor" v-html="event.description" />
</div>
</template>
</div>