Fix bug.
This commit is contained in:
parent
162b254f40
commit
30ac79c890
|
@ -6706,7 +6706,12 @@ Item.prototype._create = function() {
|
|||
clean: {},
|
||||
onEnd: {}
|
||||
};
|
||||
|
||||
var el = $(this.element);
|
||||
if(el.hasClass("row")){
|
||||
el.css("width","100%");
|
||||
}else if(el.filter("[class*='col-md']").length == 0){
|
||||
el.css("width","100%");
|
||||
}
|
||||
this.css({
|
||||
position: 'absolute'
|
||||
});
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue