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:
parent
6e1d22936c
commit
1d0cffb593
|
@ -1074,7 +1074,7 @@ th.action-links {
|
||||||
.wp-filter .search-form input[type="search"] {
|
.wp-filter .search-form input[type="search"] {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 3px 5px;
|
padding: 3px 5px;
|
||||||
width: 280px;
|
width: 100%;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
|
|
Loading…
Reference in New Issue