diff --git a/src/wp-admin/css/common.css b/src/wp-admin/css/common.css index 6c050e851d..16f3ae8862 100644 --- a/src/wp-admin/css/common.css +++ b/src/wp-admin/css/common.css @@ -1115,11 +1115,6 @@ th.action-links { align-items: center; } -.wp-filter .search-form.search-plugins { - /* This element is a flex item: the inherited float won't have any effect. */ - margin-top: 0; -} - .wp-filter .search-form.search-plugins select, .wp-filter .search-form.search-plugins .wp-filter-search, .no-js .wp-filter .search-form.search-plugins .button { @@ -1352,6 +1347,12 @@ th.action-links { float: none; } +@media only screen and (max-width: 1138px) { + .wp-filter .search-form { + margin: 11px 0; + } +} + @media only screen and (max-width: 1120px) { .filter-drawer { border-bottom: 1px solid #f0f0f1;