thaliproject / postcardapp

A sample app to demonstrate how to build Thali applications
MIT License
22 stars 5 forks source link

Fix iron-list row height as content reflows #108

Closed deadlyfingers closed 8 years ago

deadlyfingers commented 8 years ago

As the window is resized the iron-list will reflow the content. This means the text will wrap and our row height will change. The visible iron-list will need to be redrawn to ensure correct vertical spacing is kept between rows. Related to issue #107