aboutsummaryrefslogtreecommitdiffstats
path: root/pages/options.html
diff options
context:
space:
mode:
authorStephen Blott2014-11-02 16:58:50 +0000
committerStephen Blott2014-11-02 16:58:50 +0000
commitea5d5c0f3ee552f084004b5045f426a183e139b9 (patch)
tree66a42332755b020ddbf0792053e5b130b180b748 /pages/options.html
parent8e7ef35dab2144919cfe33141cc89dfd24986b5c (diff)
downloadvimium-ea5d5c0f3ee552f084004b5045f426a183e139b9.tar.bz2
Do not line wrap some text options.
Diffstat (limited to 'pages/options.html')
-rw-r--r--pages/options.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/pages/options.html b/pages/options.html
index 51695f71..53b65156 100644
--- a/pages/options.html
+++ b/pages/options.html
@@ -122,15 +122,18 @@
}
textarea#userDefinedLinkHintCss {
width: 100%;;
- min-height: 100px;
+ min-height: 130px;
+ white-space: nowrap;
}
textarea#keyMappings {
width: 100%;
min-height: 135px;
+ white-space: nowrap;
}
textarea#searchEngines {
width: 100%;
min-height: 135px;
+ white-space: nowrap;
}
input#previousPatterns, input#nextPatterns {
width: 100%;