diff --git a/plugins/c9.ide.panels/panel.js b/plugins/c9.ide.panels/panel.js index 7175a9222..b240bc2df 100644 --- a/plugins/c9.ide.panels/panel.js +++ b/plugins/c9.ide.panels/panel.js @@ -176,7 +176,7 @@ define(function(require, module, exports) { }); aml.$ext.style.zIndex = 100; - aml.$ext.style.minWidth = ""; //Needed for the anims + aml.$ext.style.minWidth = minWidth; aml.$ext.style.position = "absolute"; aml.$ext.style.left = where == "left" ? area.width + "px" : 0; aml.$ext.style.top = 0;