mirror of
https://github.com/immich-app/immich.git
synced 2025-03-11 02:23:09 -05:00
chore: minor form bottom padding increase (#15558)
This commit is contained in:
parent
f32c5d97cd
commit
a47aa86392
1 changed files with 6 additions and 3 deletions
|
@ -18,8 +18,11 @@
|
|||
<Heading size="large" class="font-semibold" color="primary">{title}</Heading>
|
||||
</VStack>
|
||||
</CardHeader>
|
||||
<CardBody>
|
||||
{@render children?.()}
|
||||
</CardBody>
|
||||
|
||||
<div class="pb-4">
|
||||
<CardBody>
|
||||
{@render children?.()}
|
||||
</CardBody>
|
||||
</div>
|
||||
</Card>
|
||||
</section>
|
||||
|
|
Loading…
Add table
Reference in a new issue