Skip to content

Commit

Permalink
fix formatting child
Browse files Browse the repository at this point in the history
  • Loading branch information
alnutile committed Sep 2, 2023
1 parent 562f6ef commit 82e7011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/Pages/Messages/Components/ChildCard.vue
@@ -1,6 +1,6 @@
<template>
<div class="dark:border-gray-600 border-gray-400 border p-4 rounded" >
<div class="mb-4" v-html="messageContent">
<div class="mb-4 prose prose-lg" v-html="message.content_formatted">
</div>

<div class="flex justify-end gap-2 items-center">
Expand Down

0 comments on commit 82e7011

Please sign in to comment.