aboutsummaryrefslogtreecommitdiff
path: root/src/console
diff options
context:
space:
mode:
authorShin'ya Ueoka <ueokande@i-beam.org>2018-07-29 13:34:10 +0900
committerGitHub <noreply@github.com>2018-07-29 13:34:10 +0900
commit8ea004f629021a0fb5fcbce9398f2cf2f952938a (patch)
treed35d37b1688aaf6a22389a6b761e2be2f98f85c7 /src/console
parent85e9b9da3714c0fa2998b0fab8f2a01c49d84d5a (diff)
parentb3672f0ffd82148716b38d133f35a5f9d2706ba8 (diff)
Merge pull request #442 from ueokande/search-on-paste
Buffer flags
Diffstat (limited to 'src/console')
-rw-r--r--src/console/site.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/console/site.scss b/src/console/site.scss
index cb89e50..b9b1016 100644
--- a/src/console/site.scss
+++ b/src/console/site.scss
@@ -44,7 +44,7 @@ body {
background-position: 0 center;
background-size: contain;
background-repeat: no-repeat;
- white-space: nowrap;
+ white-space: pre;
&.vimvixen-completion-selected {
background-color: yellow;