Skip to content

Commit

Permalink
fix(webui): show the full title of book/series on hover in cards
Browse files Browse the repository at this point in the history
closes #836
  • Loading branch information
Kurocon authored Apr 1, 2022
1 parent 52136db commit 59a6f7d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions komga-webui/src/components/ItemCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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)">
Expand All @@ -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' : ''"
/>
Expand Down

0 comments on commit 59a6f7d

Please sign in to comment.