From c6428e23815a1826701e1bc7d2534be8af254807 Mon Sep 17 00:00:00 2001 From: ArneBo Date: Sat, 15 Feb 2025 00:26:42 +0100 Subject: [PATCH] fix(style): align artist name left on album card --- front/src/components/album/Card.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/front/src/components/album/Card.vue b/front/src/components/album/Card.vue index 597c0b177..47d9b7f24 100644 --- a/front/src/components/album/Card.vue +++ b/front/src/components/album/Card.vue @@ -58,6 +58,7 @@ const imageUrl = computed(() => props.album.cover?.urls.original :key="ac.artist.id" > {{ ac.credit ?? t('components.Queue.meta.unknownArtist') }}