mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Formatting of library notes
This commit is contained in:
parent
5db74f5fe9
commit
6cf9b2a05e
1 changed files with 3 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue