1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-20 15:18:08 +02:00

Reduce the search box width to avoid wrapping.

This commit is contained in:
Brendan Dahl 2012-04-24 12:38:07 -07:00
parent 2db0ee6ba3
commit a57054ef9e

View file

@ -202,7 +202,7 @@ body {
}
#searchToolbar > input {
width: 220px;
width: 210px;
}
#searchResults {