1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-06 07:24:13 +01:00

Give :pageinfo an optional argument. Add completion.optionValue.

This commit is contained in:
Kris Maglione
2008-11-28 08:13:39 +00:00
parent a86af802c5
commit 9415926d75
4 changed files with 67 additions and 53 deletions

View File

@@ -48,7 +48,7 @@ const template = {
var desc = this.process[1].call(this, item, this.getKey(item, "description"));
}
return <div highlight={class || "CompItem"}>
return <div highlight={class || "CompItem"} style="white-space: nowrap">
<!-- The non-breaking spaces prevent empty elements
- from pushing the baseline down and enlarging
- the row.