Fix genres display when too long

This commit is contained in:
Kylart 2020-11-21 18:01:45 +01:00
parent efc82a80ff
commit 6db5b5e47e
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
v-col(cols='5')
v-tooltip(top)
template(v-slot:activator='{ on }')
i.ellipsis {{ info.genres.join(', ') }}
.ellipsis.font-italic(v-on='on') {{ info.genres.join(', ') }}
span {{ info.genres.join(', ') }}
v-col(cols='5')