Correct the height of the search type `select` element when searching the plugin directory.

See #30719
Props pavelevap, eliorivero


git-svn-id: https://develop.svn.wordpress.org/trunk@30879 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
John Blackbourn 2014-12-15 22:31:35 +00:00
parent 5918c5d365
commit 0533e9bd8c
1 changed files with 1 additions and 1 deletions

View File

@ -1008,7 +1008,7 @@ th.action-links {
.wp-filter .search-form select {
margin: 0;
height: 33px;
height: 32px;
vertical-align: top;
}