fix(front): no artist overflow on album cards

This commit is contained in:
ArneBo 2025-03-27 10:30:13 +01:00
parent ca42544f02
commit 8a3df62a81
1 changed files with 4 additions and 1 deletions

View File

@ -50,7 +50,10 @@ const imageUrl = computed(() => props.album.cover?.urls.original
:album="album"
/>
</template>
<Layout flex>
<Layout
flex
style="overflow: hidden;"
>
<template
v-for="ac in album.artist_credit"
:key="ac.artist.id"