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