FEAT: Adjust padding and gap in berth status card layout for improved visual spacing

This commit is contained in:
Matt 2025-06-17 18:09:45 +02:00
parent b585daddde
commit 5d614b3dc0
1 changed files with 2 additions and 2 deletions

View File

@ -115,8 +115,8 @@
</v-chip>
</v-card-title>
<v-divider />
<v-card-text class="pa-3" style="max-height: 600px; overflow-y: auto;">
<div class="d-flex flex-column gap-3">
<v-card-text class="pa-4" style="max-height: 600px; overflow-y: auto;">
<div class="d-flex flex-column gap-6">
<v-card
v-for="berth in getBerthsByStatus(status.value)"
:key="berth.Id"