Make WordPress Core

Changeset 61941


Ignore:
Timestamp:
03/11/2026 03:44:06 PM (2 weeks ago)
Author:
joedolson
Message:

Admin: Fix plugin search alignment on intermediate viewports.

Add a margin on the plugin installation search form on screens between 1135 and 1250px.

Props jsmansart, hbhalodia, divyeshpatel01, noruzzaman, huzaifaalmesbah, amin7, shailu25, r1k0, joedolson.
Fixes #64809.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/common.css

    r61877 r61941  
    13811381}
    13821382
     1383@media only screen and (max-width: 1250px) {
     1384    .wp-filter:has(.plugin-install-search) .search-form {
     1385        margin: 11px 0;
     1386    }
     1387}
     1388
    13831389@media only screen and (max-width: 1120px) {
    13841390    .filter-drawer {
Note: See TracChangeset for help on using the changeset viewer.