adopted-ember-addons / adopted-ember-addons/ember-paper

layout-wrap leaves spaces in column

Aperta
#687 6 commenti 0 reazioni 0 assegnatari Vedi su GitHub
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
![screenshot from 2017-04-06 22 36 12](https://cloud.githubusercontent.com/assets/6320871/24766672/d35b262e-1b19-11e7-9b25-8a1ee056b5d2.png)

Guida per i contributori

Apri la guida per i contributori

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.