diff --git a/common/content/ui.js b/common/content/ui.js index 458a353a..8f7082fb 100644 --- a/common/content/ui.js +++ b/common/content/ui.js @@ -1494,7 +1494,7 @@ function ItemList(id) //{{{ minHeight = Math.max(minHeight, divNodes.completions.getBoundingClientRect().bottom); container.height = minHeight; if (container.collapsed) - div.style.minWidth = undefined; + div.style.minWidth = ""; // FIXME: Belongs elsewhere. commandline.updateOutputHeight(false); }