diff options
| author | Shin'ya Ueoka <ueokande@i-beam.org> | 2018-07-29 13:34:10 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-07-29 13:34:10 +0900 |
| commit | 8ea004f629021a0fb5fcbce9398f2cf2f952938a (patch) | |
| tree | d35d37b1688aaf6a22389a6b761e2be2f98f85c7 /src/console | |
| parent | 85e9b9da3714c0fa2998b0fab8f2a01c49d84d5a (diff) | |
| parent | b3672f0ffd82148716b38d133f35a5f9d2706ba8 (diff) | |
Merge pull request #442 from ueokande/search-on-paste
Buffer flags
Diffstat (limited to 'src/console')
| -rw-r--r-- | src/console/site.scss | 2 |
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; |
