fix: spacing

This commit is contained in:
Shivam Mishra
2024-11-28 18:32:18 +05:30
parent b304e86f4f
commit d73d941568
@@ -72,7 +72,7 @@ const files = computed(() => {
<template>
<BaseBubble class="p-3 grid gap-3">
<span v-if="content" v-html="formattedContent" />
<div v-if="mediaAttachments.length" class="flex gap-2">
<div v-if="mediaAttachments.length" class="flex flex-wrap gap-2">
<template v-for="attachment in mediaAttachments" :key="attachment.id">
<ImageChip
v-if="attachment.fileType === ATTACHMENT_TYPES.IMAGE"