[wp-trac] [WordPress Trac] #64143: Plugin search box lacks margin

WordPress Trac noreply at wordpress.org
Fri Oct 24 12:33:02 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  |     Focuses:  css, administration
-------------------------------+----------------------------------
Changes (by nikunj8866):

 * keywords:   => changes-requested


Comment:

 @jilani53 Please update the CSS as follows:


 {{{
 .wp-filter .search-form {
     margin: 10px 0px;
 }

 }}}

 The current:


 {{{
 .wp-filter .search-form {
     margin: 10px;
 }
 }}}

 creates unnecessary **spacing on the left and right** sides.


 @jilani53 If it is possible for you to apply your latest patch to a new
 pull request to our GitHub mirror, that will help in making the review
 process smoother. You can find the instructions here:
 https://make.wordpress.org/core/handbook/contribute/git/github-pull-
 requests-for-code-review/.

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/64143#comment:6>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list