diff --git a/src/wp-admin/css/common.css b/src/wp-admin/css/common.css
index b8a1e8b0f7..9a16fb02e5 100644
|
a
|
b
|
th.action-links {
|
| 1113 | 1113 | |
| 1114 | 1114 | .wp-filter .search-form.search-plugins { |
| 1115 | 1115 | /* This element is a flex item: the inherited float won't have any effect. */ |
| 1116 | | margin-top: 0; |
| | 1116 | margin: 0; |
| 1117 | 1117 | } |
| 1118 | 1118 | |
| 1119 | 1119 | .wp-filter .search-form.search-plugins select, |
| … |
… |
th.action-links {
|
| 1346 | 1346 | .filter-group li { |
| 1347 | 1347 | margin: 10px 0; |
| 1348 | 1348 | } |
| | 1349 | |
| | 1350 | .wp-filter .search-form { |
| | 1351 | margin: 11px 0 15px; |
| | 1352 | } |
| 1349 | 1353 | } |
| 1350 | 1354 | |
| 1351 | 1355 | @media only screen and (max-width: 1000px) { |