Closed mapyourown closed 6 years ago
Hey ! Thanks for the feedback.
And yep you're right ! I found this bug when I migrated to this masonry-grid system but I think I'm gonna wait for a fix from bootstrap.
https://github.com/twbs/bootstrap/issues/20925 is still opened so there is hope :)
Thanks !
Hey ! 4.1.1 fixes this issue 👍
http://blog.getbootstrap.com/2018/04/09/bootstrap-4-1/
I already upgrading bootstrap version in this commit : https://github.com/guillaumebriday/laravel-blog/commit/43fffbc7e9e88b8038222d094d73b76356c6eee6
Thanks, I will pull the recent code, and I hope it will not break some of the change I made to it. Any way I have a very limited budget to have some one as an advisor on a project. I am planning to do it in GraphQL, React, and Relay with postgres or mongodb. Bit I am open to do it in Laravel too, do you think you have some time to work on the project. We can discuss detail if you have interest and you have free time.
Thanks, Samson
On Mon, Apr 9, 2018, 1:05 PM Guillaume Briday notifications@github.com wrote:
Hey ! 4.1.1 fixes this issue 👍
http://blog.getbootstrap.com/2018/04/09/bootstrap-4-1/
I already upgrading bootstrap version in this commit : 43fffbc https://github.com/guillaumebriday/laravel-blog/commit/43fffbc7e9e88b8038222d094d73b76356c6eee6
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/guillaumebriday/laravel-blog/issues/6#issuecomment-379841762, or mute the thread https://github.com/notifications/unsubscribe-auth/AcmBtCHal0K3zZwQOXC6jY5AViSco6EWks5tm6LygaJpZM4R6uPC .
In chrome the way the posts are displaying are in one column. But in the other browsers, it is side by side. I google it and I found that setting orphans: 1; widows:1; in the .card_column, will fix this issue. It is more of a bootstrap issue than this code. May be it will help someone.