Push the byline and published date to the bottom of the Timeline cell
This commit is contained in:
parent
9c0da054fd
commit
ef6a74b8bd
|
@ -49,6 +49,7 @@ struct TimelineItemView: View {
|
|||
.padding(.trailing, 4)
|
||||
.fixedSize(horizontal: false, vertical: true)
|
||||
}
|
||||
Spacer(minLength: 0)
|
||||
HStack {
|
||||
Text(verbatim: timelineItem.byline)
|
||||
.lineLimit(1)
|
||||
|
|
Loading…
Reference in New Issue