From 59a6f7d3cf189713e901c2f9eaab7b9328633844 Mon Sep 17 00:00:00 2001 From: Kevin Alberts Date: Fri, 1 Apr 2022 04:16:47 +0200 Subject: [PATCH] fix(webui): show the full title of book/series on hover in cards closes #836 --- komga-webui/src/components/ItemCard.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/komga-webui/src/components/ItemCard.vue b/komga-webui/src/components/ItemCard.vue index 2f453c363..f3eb96848 100644 --- a/komga-webui/src/components/ItemCard.vue +++ b/komga-webui/src/components/ItemCard.vue @@ -106,6 +106,7 @@ v-line-clamp="2" v-bind="subtitleProps" v-html="title.title" + :title="title.title" />