You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: