Skip to content

Commit 97efabc

Browse files
committed
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. git-svn-id: https://develop.svn.wordpress.org/trunk@61941 602fd350-edb4-49c9-b593-d223f7449a82
1 parent f5776f6 commit 97efabc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/wp-admin/css/common.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1380,6 +1380,12 @@ th.action-links {
13801380
}
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 {
13851391
border-bottom: 1px solid #f0f0f1;

0 commit comments

Comments
 (0)