Skip to content

Commit 686ccaa

Browse files
committed
Revert invalid masonry selector to fix vertical stacking/overlap issues in Space view
1 parent f0d3ef2 commit 686ccaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/spaces/space.scala.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ <h3>@Messages("collections.title")</h3>
139139
imagesLoaded( '.tiled-image', function() {
140140
match.masonry({
141141
itemSelector: '.tiled-image',
142-
columnWidth: '.tiled-image',
142+
columnWidth: '.post-box',
143143
transitionDuration: 4
144144
});
145145
});

0 commit comments

Comments
 (0)