fix(front): no artist overflow on album cards

This commit is contained in:
ArneBo 2025-03-27 10:30:13 +01:00
parent 940e1e7189
commit 38d18df41e
1 changed files with 4 additions and 1 deletions

View File

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