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:
parent
2db0ee6ba3
commit
a57054ef9e
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ body {
|
|||
}
|
||||
|
||||
#searchToolbar > input {
|
||||
width: 220px;
|
||||
width: 210px;
|
||||
}
|
||||
|
||||
#searchResults {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue