Skip to content

Commit

Permalink
Media: make search input full width on mobile. Take two.
Browse files Browse the repository at this point in the history
Props m1tk00.
Fixes #40130.



git-svn-id: https://develop.svn.wordpress.org/trunk@46207 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
adamsilverstein committed Sep 20, 2019
1 parent f6b8632 commit dcd3371
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/wp-admin/css/common.css
Expand Up @@ -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) {
Expand Down

0 comments on commit dcd3371

Please sign in to comment.