fix(front): no artist overflow on album cards
This commit is contained in:
parent
940e1e7189
commit
38d18df41e
|
@ -49,7 +49,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"
|
||||
|
|
Loading…
Reference in New Issue