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> </VStack>
</CardHeader> </CardHeader>
<div class="pb-4"> <CardBody class="mb-4">
<CardBody> {@render children?.()}
{@render children?.()} </CardBody>
</CardBody>
</div>
</Card> </Card>
</section> </section>