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'm running into spacing issues with the masonry feature. This issue comes in two parts:
Spacing between tiles with masonry: enabled is smaller than spacing with masonry: disabled
Tiles wider than "1" push the next cards too far away. Example: Configured for tileOnRow: 3 with two tiles. The first tile has a widerSize: 2. Second tile has a no set size (normal). The second tile is being pushed to the next row when it should be on the first row next to the first tile. If I set the tiles per row to 4, the 2nd tile shows up in the first row, but with large spacing in-between.
Masonry tile spacing:
Normal tile spacing:
"Wider" masonry issue (tileOnRow: 5 instead of "4" to show the 2nd spacing issue I mentioned):
Hello,
I'm running into spacing issues with the masonry feature. This issue comes in two parts:
masonry: enabled
is smaller than spacing withmasonry: disabled
tileOnRow: 3
with two tiles. The first tile has awiderSize: 2
. Second tile has a no set size (normal). The second tile is being pushed to the next row when it should be on the first row next to the first tile. If I set the tiles per row to 4, the 2nd tile shows up in the first row, but with large spacing in-between.Masonry tile spacing:
Normal tile spacing:
"Wider" masonry issue (
tileOnRow: 5
instead of "4" to show the 2nd spacing issue I mentioned):Config:
The text was updated successfully, but these errors were encountered: