From 59387fb3ea9ccdd07b2fc059b49b3fabcff39a3d Mon Sep 17 00:00:00 2001 From: upsiflu Date: Fri, 10 Jan 2025 01:04:39 +0100 Subject: [PATCH] fix(ui): cards without content have no empty space --- front/src/components/ui/Card.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/src/components/ui/Card.vue b/front/src/components/ui/Card.vue index c07e9520f..3e86a79b2 100644 --- a/front/src/components/ui/Card.vue +++ b/front/src/components/ui/Card.vue @@ -84,7 +84,7 @@ const attributes = computed(() => - +