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)
|
.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)
|
||||||
|
|
Loading…
Reference in New Issue