diff options
Diffstat (limited to 'vimium.css')
| -rw-r--r-- | vimium.css | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -328,7 +328,10 @@ body.vimiumFindMode ::selection { overflow: hidden; } -#vomnibar li .url { color: #224684 !important; } +#vomnibar li .url { + white-space: nowrap; + color: #224684 !important; +} #vomnibar li .match { font-size: inherit !important; |
