fix(webui): show the full title of book/series on hover in cards

closes #836
This commit is contained in:
Kevin Alberts 2022-04-01 04:16:47 +02:00 committed by GitHub
parent 52136dbeb3
commit 59a6f7d3cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -106,6 +106,7 @@
v-line-clamp="2"
v-bind="subtitleProps"
v-html="title.title"
:title="title.title"
/>
</router-link>
<template v-if="Array.isArray(title)">
@ -119,6 +120,7 @@
@click.native="$event.stopImmediatePropagation()"
class="link-underline text-truncate"
v-html="t.title"
:title="t.title"
style="display: block"
:class="i !== 0 ? 'font-weight-light' : ''"
/>