fix(ui): cards without content have no empty space

This commit is contained in:
upsiflu 2025-01-10 01:04:39 +01:00
parent 78a5179087
commit 59387fb3ea
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ const attributes = computed(() =>
<slot />
</Layout>
<Spacer grow :size=0 />
<Spacer grow no-size />
<!-- Footer and Action -->