From 8a3df62a81e2a6f75aa69aeb984891a5722b066f 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 f5d19cb49..a90cb8072 100644 --- a/front/src/components/album/Card.vue +++ b/front/src/components/album/Card.vue @@ -50,7 +50,10 @@ const imageUrl = computed(() => props.album.cover?.urls.original :album="album" /> - +