mirror of
https://github.com/gotson/komga.git
synced 2025-12-19 15:04:23 +01:00
fix(webui): show the full title of book/series on hover in cards
closes #836
This commit is contained in:
parent
52136dbeb3
commit
59a6f7d3cf
1 changed files with 2 additions and 0 deletions
|
|
@ -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' : ''"
|
||||
/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue