Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add min-width: 0 to column styles? #12

Open
ncirkel opened this issue Jun 17, 2018 · 0 comments
Open

Add min-width: 0 to column styles? #12

ncirkel opened this issue Jun 17, 2018 · 0 comments

Comments

@ncirkel
Copy link

ncirkel commented Jun 17, 2018

I had an issue when using overflow: hidden deeply nested inside the masonry structure, causing one column to grow wider than the others. Adding min-width: 0; to the column styles fixed this, as explained in this article:
https://css-tricks.com/flexbox-truncated-text/

Would it be an idea to add this by default? I don't think it has any side effects and might make things a bit more stable in this specific situation.

Thanks for the awesome component btw!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant