1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-24 00:02:27 +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; XML.ignoreWhitespace = true;
let minWidth = document.getElementById("liberator-commandline").scrollWidth; let minWidth = document.getElementById("liberator-commandline").scrollWidth;
let div = <div class="ex-command-output hl-Normal" 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> <span class="hl-Title">Completions:</span>
<div class="hl-Completions"> <div class="hl-Completions">
{ {