diff options
| author | Stephen Blott | 2017-04-13 16:12:52 +0100 |
|---|---|---|
| committer | GitHub | 2017-04-13 16:12:52 +0100 |
| commit | f4f017b8fd496b1b4ccd79504ca76cc144cc233e (patch) | |
| tree | 112553d938a7d83f7f0eb1583aa13e4d9a5f4f92 | |
| parent | 8cee2f6e710edd8f4e9afb981e44bacfd8d97ac0 (diff) | |
| parent | 9be3050051267fe993036f4e1c115559661cdcac (diff) | |
| download | vimium-f4f017b8fd496b1b4ccd79504ca76cc144cc233e.tar.bz2 | |
Merge pull request #2471 from mrmr1993/ff-options-textbox-wrap
Show line breaks for newlines in the options page (FF)
| -rw-r--r-- | pages/options.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/options.css b/pages/options.css index 490ae164..3cf40d71 100644 --- a/pages/options.css +++ b/pages/options.css @@ -115,7 +115,7 @@ input#scrollStepSize { textarea#userDefinedLinkHintCss, textarea#keyMappings, textarea#searchEngines { width: 100%;; min-height: 140px; - white-space: nowrap; + white-space: pre; } input#previousPatterns, input#nextPatterns { width: 100%; |
