From c86cda7e0ffbaa044c8b131e5726b1cce4c72ca6 Mon Sep 17 00:00:00 2001 From: Phil Crosby Date: Sun, 10 Jun 2012 02:33:50 -0700 Subject: Make it so URLs don't span multiple lines in the vomnibar. They're pretty noisy --- vimium.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vimium.css b/vimium.css index 8372a8fa..58bb0151 100644 --- a/vimium.css +++ b/vimium.css @@ -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; -- cgit v1.2.3