fix completion

This commit is contained in:
Shin'ya Ueoka 2017-09-05 13:56:16 +09:00
parent 73a4fe0bb1
commit ee9359c138
3 changed files with 11 additions and 4 deletions

View file

@ -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;