mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-16 19:46:21 +00:00
Correct the height of the search type select
element when searching the plugin directory.
See #30719 Props pavelevap, eliorivero Built from https://develop.svn.wordpress.org/trunk@30879 git-svn-id: http://core.svn.wordpress.org/trunk@30867 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
618b673470
commit
b01740334c
@ -1008,7 +1008,7 @@ th.action-links {
|
||||
|
||||
.wp-filter .search-form select {
|
||||
margin: 0;
|
||||
height: 33px;
|
||||
height: 32px;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
|
@ -1008,7 +1008,7 @@ th.action-links {
|
||||
|
||||
.wp-filter .search-form select {
|
||||
margin: 0;
|
||||
height: 33px;
|
||||
height: 32px;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
|
2
wp-admin/css/wp-admin-rtl.min.css
vendored
2
wp-admin/css/wp-admin-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
2
wp-admin/css/wp-admin.min.css
vendored
2
wp-admin/css/wp-admin.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user