Commit 1c9f868b5ae181d5221faf16c5926b3a93534015

Authored by Victor Costa
1 parent 437ba564

proposals_discussion: adapt when resize

Showing 1 changed file with 3 additions and 0 deletions   Show diff stats
public/proposals_list.js
... ... @@ -31,6 +31,9 @@ jQuery(document).ready(function($) {
31 31 $('.topics').masonry();
32 32 });
33 33 $('.topics').masonry();
  34 + $(window).resize(function() {
  35 + $('.topics').masonry();
  36 + });
34 37 });
35 38  
36 39 function loadSocialButtons() {
... ...