[wp-trac] [WordPress Trac] #64143: Plugin search box lacks margin
WordPress Trac
noreply at wordpress.org
Fri Oct 24 18:24:16 UTC 2025
#64143: Plugin search box lacks margin
-----------------------------------------+---------------------------------
Reporter: jilani53 | Owner: (none)
Type: enhancement | Status: reopened
Priority: normal | Milestone: Awaiting Review
Component: Plugins | Version:
Severity: normal | Resolution:
Keywords: changes-requested has-patch | Focuses: css,
| administration
-----------------------------------------+---------------------------------
Comment (by sabernhardt):
1. The `.wp-filter .search-form` selector also applies on the Media
Library screen, and it should not have the extra margin in List mode.
2. A left margin can help when the search form is below the filter links,
but the form does not need a right margin when it displays to the right of
the filters.
An additional ruleset can be more specific, placed before `.wp-filter
.search-form.search-plugins select`:
{{{
.wp-filter .search-form.search-plugins {
margin: 11px 0 11px 10px;
}
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/64143#comment:9>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list