fix(ui): cards without content have no empty space
This commit is contained in:
parent
78a5179087
commit
59387fb3ea
|
@ -84,7 +84,7 @@ const attributes = computed(() =>
|
|||
<slot />
|
||||
</Layout>
|
||||
|
||||
<Spacer grow :size=0 />
|
||||
<Spacer grow no-size />
|
||||
|
||||
<!-- Footer and Action -->
|
||||
|
||||
|
|
Loading…
Reference in New Issue