fix(front): no artist overflow on album cards
This commit is contained in:
parent
ca42544f02
commit
8a3df62a81
|
@ -50,7 +50,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"
|
||||||
|
|
Loading…
Reference in New Issue