Media: make search input full width on mobile.

Props abhishekfdd.
Fixes #40130.


git-svn-id: https://develop.svn.wordpress.org/trunk@40792 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Adam Silverstein 2017-05-19 13:44:53 +00:00
parent 6e1d22936c
commit 1d0cffb593
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: 280px;
width: 100%;
max-width: 100%;
font-size: 16px;
font-weight: 300;