From d5496c2e9ae32cf97f4f9be47210e081e4e84554 Mon Sep 17 00:00:00 2001 From: advplyr Date: Wed, 27 Dec 2023 17:10:57 -0600 Subject: [PATCH] Fix:Library list view long titles overflowing, clamped to 2 lines #1013 --- components/cards/LazyListBookCard.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/cards/LazyListBookCard.vue b/components/cards/LazyListBookCard.vue index 3b46b9a4..9aebb8df 100644 --- a/components/cards/LazyListBookCard.vue +++ b/components/cards/LazyListBookCard.vue @@ -15,7 +15,7 @@
-

+

#{{ seriesSequence }} {{ displayTitle }}

{{ displayAuthor }}