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:
parent
7bfc57f000
commit
f7872f14ff
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue