aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--vimium.css5
1 files changed, 4 insertions, 1 deletions
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;