vaadin / board

Framework 8 version of vaadin-board
Other
8 stars 10 forks source link

Components displayed in less rows than defined #118

Open taurus227 opened 6 years ago

taurus227 commented 6 years ago

I defined 4 rows with 3 components each. Unfortunately it displays all 12 components in 2 rows. If the components fit in 2 rows, it doesn't care that I divided them into 4 rows?

alvarezguille commented 6 years ago

There should be 4 rows with 3 components each as you defined, this could be related to log messages you mentioned in #117. You can check the board behavior in our Bakery App Starter demo or in Vaadin Board Demo Could you provide a minimal example to reproduce this issue?