adopted-ember-addons / adopted-ember-addons/ember-paper
layout-wrap leaves spaces in column
- Lingua principale
- JavaScript
- Stelle
- 879
- Fork
- 327
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
I am trying to create pinterest like layout. I am able to list all my cards. I am using below code.
`
<div class="layout-row layout-wrap">
{{#each model as |item|}}
<div class="flex-45"> {{#feed-small class="col-xs-5" feed=item}} {{/feed-small}}
{{/each}}
</div>
`
My cards are listing properly for cards with same height. When i receive cards with different height it leaves blank spaces

Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.