[wp-trac] [WordPress Trac] #64809: [Admin reskin] Add Plugins search field border is not OK on small screen

WordPress Trac noreply at wordpress.org
Mon Mar 9 13:18:46 UTC 2026


#64809: [Admin reskin] Add Plugins search field border is not OK on small screen
-------------------------------------------------+-------------------------
 Reporter:  jsmansart                            |       Owner:  joedolson
     Type:  defect (bug)                         |      Status:  accepted
 Priority:  normal                               |   Milestone:  7.0
Component:  Administration                       |     Version:  trunk
 Severity:  normal                               |  Resolution:
 Keywords:  admin-reskin has-patch reporter-     |     Focuses:
  feedback                                       |
-------------------------------------------------+-------------------------

Comment (by jsmansart):

 Replying to [comment:8 r1k0]:

 Thanks for your input.

 I still can reproduce it without the patch.
 If I add the following CSS rule on the element form.search-form .search-
 plugins:

 {{{
 margin: 11px 0;
 }}}

 This correct the behavior. So, I imagine this is a lack of a margin.

 There is this rule that applies for smaller screens:


 {{{
 @media only screen and (max-width: 1138px) {
   .wp-filter .search-form {
     margin: 11px 0;
   }
 }
 }}}


 > I wasn't able to reproduce the broken border-top as displayed in this
 [https://core.trac.wordpress.org/attachment/ticket/64809/Capture%20d%E2%80%99%C3%A9cran%202026-03-05%20%C3%A0%2012.23.16.png
 image] by the reporter. @jsmansart is the defect the broken border-top, or
 the lack of margin for the screen sizes you have mentioned? Could you
 clarify this? If the issue is the former, are you still experiencing the
 issue?
 >
 > I believe the patch is fixing another issue or part of the issue.
 >
 > Updating keywords to get feedback from the reporter.
 >
 > I tested the patch and it works.
 >
 > === Screenshots
 > Spacing Before:
 > [[Image(https://i.ibb.co/ns2gzszT/plugin-search-box-before.png)]]
 >
 > Spacing After:
 > [[Image(https://i.ibb.co/CK5g5vpG/plugin-search-box-after.png)]]

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


More information about the wp-trac mailing list