diff --git a/common/content/commandline.js b/common/content/commandline.js
index 7918cabe..0f900c37 100644
--- a/common/content/commandline.js
+++ b/common/content/commandline.js
@@ -1823,9 +1823,9 @@ const ItemList = Class("ItemList", {
{
template.map(util.range(0, options["maxitems"] * 2), function (i)
-
- ~
- )
+
+
~
+ )
}
, this._divNodes);
diff --git a/common/content/configbase.js b/common/content/configbase.js
index 4dc47369..78ec15c3 100644
--- a/common/content/configbase.js
+++ b/common/content/configbase.js
@@ -191,7 +191,7 @@ const ConfigBase = Class(ModuleBase, {
StatusMoreMsg background: inherit !important;
Message white-space: pre-wrap !important; min-width: 100%; width: 100%; padding-left: 4em; text-indent: -4em; display: block;
!Message String white-space: pre-wrap;
- NonText color: blue; min-height: 16px; padding-left: 2px;
+ NonText color: blue; background: transparent !important;
*Preview color: gray;
Question color: green !important; background: white !important; font-weight: bold !important;
StatusQuestion color: green !important; background: inherit !important;