paulcollett / vue-masonry-css

Vue.js Masonry layout component powered by CSS, dependancy free
https://paulcollett.github.io/vue-masonry-css/demo/
MIT License
478 stars 42 forks source link

Add flex-grow to containerStyle #20

Open marseniou opened 5 years ago

marseniou commented 5 years ago

Grow if only one element

var containerStyle = { display: ['-webkit-box', '-ms-flexbox', 'flex'], marginLeft: ("-" + gutterSizeWithUnit), flexGrow: 1 };