From: Brendan Dahl Date: Tue, 24 Apr 2012 19:38:07 +0000 (-0700) Subject: Reduce the search box width to avoid wrapping. X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=a57054ef9eded402744e5e7240f463dcdf7e8bd9;p=pdf.js.git Reduce the search box width to avoid wrapping. --- diff --git a/web/viewer.css b/web/viewer.css index d042fea..6e770a7 100644 --- a/web/viewer.css +++ b/web/viewer.css @@ -202,7 +202,7 @@ body { } #searchToolbar > input { - width: 220px; + width: 210px; } #searchResults {