eiriklv / react-masonry-component

A React.js component for using @desandro's Masonry
MIT License
1.44k stars 145 forks source link

gutter: 5 adds 5px spacing to right hand side of component #76

Open finbarmaginn opened 7 years ago

finbarmaginn commented 7 years ago

this adds spacing to right hand side of the component. if i have a masonry component of 3 columns, then every third child item has 5px gutter on the right when really it should have 0 to allow for alignment in the design.

This prevents the last child in every row from aligning to the parent html element and creates a flaw in the design