From 6cf9b2a05ecdab90aec0a34ae8a53b6c21665a20 Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Wed, 1 Nov 2023 21:37:21 +0800 Subject: [PATCH] Formatting of library notes --- apple/OmnivoreKit/Sources/Views/FeedItem/LibraryItemCard.swift | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apple/OmnivoreKit/Sources/Views/FeedItem/LibraryItemCard.swift b/apple/OmnivoreKit/Sources/Views/FeedItem/LibraryItemCard.swift index 94ba4f02b..e718126cb 100644 --- a/apple/OmnivoreKit/Sources/Views/FeedItem/LibraryItemCard.swift +++ b/apple/OmnivoreKit/Sources/Views/FeedItem/LibraryItemCard.swift @@ -77,8 +77,11 @@ public struct LibraryItemCard: View { .font(Font.system(size: 12)) .multilineTextAlignment(.leading) .lineLimit(noteLineLimit) + .frame(minHeight: 20) .padding(.vertical, 10) .padding(.trailing, 10) + + Spacer() } .frame(maxWidth: .infinity) .frame(alignment: .topLeading)