lkellar / trips

A SwiftUI Packing List App
https://lkellar.org/trips/
MIT License
4 stars 0 forks source link

Fix Broken Lines in TripDetail #63

Closed lkellar closed 4 years ago

lkellar commented 4 years ago

This probably applies in TemplateDetail too.

In 13, if there wasn't enough List content to fill the screen, we'd just get empty rows.

Now there are just two empty rows (that we put there), and so it just looks weird.

Something should be done about this