Push the byline and published date to the bottom of the Timeline cell

This commit is contained in:
Maurice Parker 2020-07-19 21:13:24 -05:00
parent 9c0da054fd
commit ef6a74b8bd
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ struct TimelineItemView: View {
.padding(.trailing, 4) .padding(.trailing, 4)
.fixedSize(horizontal: false, vertical: true) .fixedSize(horizontal: false, vertical: true)
} }
Spacer(minLength: 0)
HStack { HStack {
Text(verbatim: timelineItem.byline) Text(verbatim: timelineItem.byline)
.lineLimit(1) .lineLimit(1)