From a57054ef9eded402744e5e7240f463dcdf7e8bd9 Mon Sep 17 00:00:00 2001 From: Brendan Dahl Date: Tue, 24 Apr 2012 12:38:07 -0700 Subject: [PATCH] Reduce the search box width to avoid wrapping. --- web/viewer.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/viewer.css b/web/viewer.css index d042feab7..6e770a756 100644 --- a/web/viewer.css +++ b/web/viewer.css @@ -202,7 +202,7 @@ body { } #searchToolbar > input { - width: 220px; + width: 210px; } #searchResults {