1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-01 15:32:27 +01:00

Wrap long option values in :set output. Closes issue #84.

--HG--
extra : rebase_source : b6346cff93828af6c22b19bbd65ac5cf20b7e72d
This commit is contained in:
Kris Maglione
2010-10-14 13:06:35 -04:00
parent 450a24340e
commit a09f6321e7
4 changed files with 12 additions and 11 deletions

View File

@@ -188,7 +188,8 @@ const ConfigBase = Class(ModuleBase, {
StatusModeMsg color: inherit !important; background: inherit !important; padding-right: 1em;
MoreMsg color: green !important; background: white !important;
StatusMoreMsg background: inherit !important;
Message white-space: normal; min-width: 100%; padding-left: 2em; text-indent: -2em; display: block;
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;
*Preview color: gray;
Question color: green !important; background: white !important; font-weight: bold !important;