Fix bug.
This commit is contained in:
parent
b7353a5acb
commit
d202d17fe7
|
@ -262,6 +262,8 @@
|
||||||
var el = $(this.element);
|
var el = $(this.element);
|
||||||
if(el.hasClass("row")){
|
if(el.hasClass("row")){
|
||||||
el.css("width","100%");
|
el.css("width","100%");
|
||||||
|
}else if(el.filter("[class*='col-md']").length == 0){
|
||||||
|
el.css("width","100%");
|
||||||
}
|
}
|
||||||
this.css({ position: 'absolute' })
|
this.css({ position: 'absolute' })
|
||||||
};
|
};
|
||||||
|
@ -2440,7 +2442,7 @@ var wpex = {};
|
||||||
filter: activeItems
|
filter: activeItems
|
||||||
})
|
})
|
||||||
$grid.on( 'layoutComplete', function(){
|
$grid.on( 'layoutComplete', function(){
|
||||||
self.equalHeights();
|
//Something to call after animation
|
||||||
});
|
});
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue