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:
@@ -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">
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user