Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
FilesList: use display flex instead of bloc if element has vertical_f…
Browse files Browse the repository at this point in the history
…it className
  • Loading branch information
cdujeu committed Jun 2, 2015
1 parent 3bd78b8 commit ab8756d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -1124,7 +1124,7 @@ Class.create("FilesList", SelectableElements, {
}
pydio.UI.focusOn(this);
}
this.htmlElement.setStyle({display:'block'});
this.htmlElement.setStyle({display:this.htmlElement.hasClassName('vertical_fit')?'flex':'block'});
}else{
this.blur();
if(!this._dataModel && ajaxplorer){
Expand Down

0 comments on commit ab8756d

Please sign in to comment.