From 38d18df41e5447907022f030d6c7ec8a0c23e0b4 Mon Sep 17 00:00:00 2001 From: ArneBo Date: Thu, 27 Mar 2025 10:30:13 +0100 Subject: [PATCH] fix(front): no artist overflow on album cards --- front/src/components/album/Card.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/front/src/components/album/Card.vue b/front/src/components/album/Card.vue index c8d1d30b5..cef3f65a0 100644 --- a/front/src/components/album/Card.vue +++ b/front/src/components/album/Card.vue @@ -49,7 +49,10 @@ const imageUrl = computed(() => props.album.cover?.urls.original :album="album" /> - +