diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-09-05 13:56:16 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-09-05 18:15:24 +0900 |
commit | ee9359c138b146dc5a4d31e988c3a7f3ed0444e5 (patch) | |
tree | 47d9ca3d364668317b1b5ceac55ec10ed8675853 /src/console/console.scss | |
parent | 73a4fe0bb1f8a7296f0a174e84111ce021f1c14e (diff) |
fix completion
Diffstat (limited to 'src/console/console.scss')
-rw-r--r-- | src/console/console.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/console/console.scss b/src/console/console.scss index b91e0b8..c22b14f 100644 --- a/src/console/console.scss +++ b/src/console/console.scss @@ -8,6 +8,7 @@ body { bottom: 0; left: 0; right: 0; + overflow: hidden; } .vimvixen-console { @@ -38,7 +39,9 @@ body { &-item { padding-left: 1.5rem; background-position: 0 center; + background-size: contain; background-repeat: no-repeat; + white-space: nowrap; &-caption { display: inline-block; |