fix: styling

This commit is contained in:
Shivam Mishra
2024-12-04 17:33:36 +05:30
parent 95674eb601
commit 89f95742f8
@@ -181,7 +181,7 @@ const files = computed(() => {
:text="textToShow"
/>
</section>
<section class="p-4">
<section class="px-4 pb-4">
<div v-if="mediaAttachments.length" class="flex flex-wrap gap-2">
<template v-for="attachment in mediaAttachments" :key="attachment.id">
<ImageChip