chore: fix form bottom margin

This commit is contained in:
Alex Tran 2025-01-23 15:02:58 -06:00
parent 50a2f6193f
commit ffdb7b7cca

View File

@ -19,10 +19,8 @@
</VStack>
</CardHeader>
<div class="pb-4">
<CardBody>
{@render children?.()}
</CardBody>
</div>
<CardBody class="mb-4">
{@render children?.()}
</CardBody>
</Card>
</section>