Media: make search input full width on mobile. Take two.

Props m1tk00.
Fixes #40130.



git-svn-id: https://develop.svn.wordpress.org/trunk@46207 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Adam Silverstein 2019-09-20 20:07:53 +00:00
parent f6b8632508
commit dcd3371c3b
1 changed files with 4 additions and 0 deletions

View File

@ -4042,6 +4042,10 @@ img {
.nav-tab-active:focus:active {
border-bottom: 1px solid #ccc;
}
.wp-filter .search-form input[type="search"] {
width: 100%;
}
}
@media screen and (max-width: 320px) {