Plugins: fix regression in search input field size.

Fix a formatting regression introduced in [40792] which attempted to resize the input for mobile, see #40130.

Props leemon, juhise, voldemortensen.
Fixes #40857. 



git-svn-id: https://develop.svn.wordpress.org/trunk@40840 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Adam Silverstein 2017-05-25 15:21:21 +00:00
parent 7bfc57f000
commit f7872f14ff
1 changed files with 1 additions and 1 deletions

View File

@ -1074,7 +1074,7 @@ th.action-links {
.wp-filter .search-form input[type="search"] {
margin: 0;
padding: 3px 5px;
width: 100%;
width: 280px;
max-width: 100%;
font-size: 16px;
font-weight: 300;