chore: Minor fix
This commit is contained in:
@@ -127,7 +127,10 @@ const textToShow = computed(() => {
|
||||
v-if="Array.isArray(attachments) && attachments.length"
|
||||
class="px-4 pb-4 space-y-2"
|
||||
>
|
||||
<AttachmentChips :attachments="attachments" class="gap-1" />
|
||||
<AttachmentChips
|
||||
:attachments="attachments"
|
||||
class="flex flex-col gap-2.5"
|
||||
/>
|
||||
</section>
|
||||
</BaseBubble>
|
||||
</template>
|
||||
|
||||
@@ -25,7 +25,10 @@ const isEmpty = computed(() => {
|
||||
{{ $t('CONVERSATION.NO_CONTENT') }}
|
||||
</span>
|
||||
<FormattedContent v-if="content" :content="content" />
|
||||
<AttachmentChips :attachments="attachments" class="gap-2" />
|
||||
<AttachmentChips
|
||||
:attachments="attachments"
|
||||
class="flex flex-col gap-2.5"
|
||||
/>
|
||||
<template v-if="isTemplate">
|
||||
<div
|
||||
v-if="contentAttributes.submittedEmail"
|
||||
|
||||
Reference in New Issue
Block a user