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:
parent
5918c5d365
commit
0533e9bd8c
@ -1008,7 +1008,7 @@ th.action-links {
|
|||||||
|
|
||||||
.wp-filter .search-form select {
|
.wp-filter .search-form select {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
height: 33px;
|
height: 32px;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user