paulcollett / react-masonry-css

React Masonry layout component powered by CSS, dependancy free
https://paulcollett.github.io/react-masonry-css/demo/
MIT License
961 stars 66 forks source link

first column spacing behavior different #66

Closed karmingc closed 4 years ago

karmingc commented 4 years ago
Screen Shot 2020-10-17 at 1 38 15 PM

As seen in the picture, the first column's elements aren't aligned at the top and there is a spacing error between both elements in column 1. Wondering if this was a recurring issue with others. The current setup is the one elaborated in the documentations.

karmingc commented 4 years ago

internal css interfering with the library's - conflict on my end. for reference, parent had a div:first-of-type while masonry was last child.