aboutsummaryrefslogtreecommitdiff
path: root/src/console
diff options
context:
space:
mode:
authorShin'ya Ueoka <ueokande@i-beam.org>2018-07-29 13:13:11 +0900
committerShin'ya Ueoka <ueokande@i-beam.org>2018-07-29 13:13:11 +0900
commitb3672f0ffd82148716b38d133f35a5f9d2706ba8 (patch)
tree75a4edfdbd08aac4437d5e4c85331839b00b7c5a /src/console
parent0ca138cba46408388ee46eab16f46cec25cac41a (diff)
Add buffer flags on buffer command and completion
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;