1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 17:32:25 +01:00

quick fix to not wrap completion items

This commit is contained in:
Martin Stubenschrott
2008-11-04 00:20:29 +00:00
parent 31ba397ff5
commit 5a0393ec27

View File

@@ -1369,7 +1369,7 @@ function ItemList(id) //{{{
XML.ignoreWhitespace = true;
let minWidth = document.getElementById("liberator-commandline").scrollWidth;
let div = <div class="ex-command-output hl-Normal"
style={"white-space: normal; min-width: " + minWidth + "px"}>
style={"white-space: nowrap; min-width: " + minWidth + "px"}>
<span class="hl-Title">Completions:</span>
<div class="hl-Completions">
{