Opened 5 weeks ago
Closed 4 weeks ago
#64809 closed defect (bug) (fixed)
[Admin reskin] Add Plugins search field border is not OK on small screen
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 7.0 | Priority: | normal |
| Severity: | normal | Version: | trunk |
| Component: | Administration | Keywords: | admin-reskin has-patch commit |
| Focuses: | Cc: |
Description
When searching for a plugin to install, after the submit, the search input has focus and there is a border on that field.
Depending on the size screen, the upper border is not OK.
If the window size is upper than 1250px (1251px), the search input is on the same line than the links for categories (beta testing, featured, etc.)
If the window size is between 1135px and 1250px the search input go back to the line, but is too narrow to the links for categories and there the bug occurs.
If the window size is less than 1135px, there is a margin or padding between the links and the search input, so it's OK.
Attachments (3)
Change History (15)
#1
@
5 weeks ago
- Keywords needs-patch admin-reskin added
- Milestone changed from Awaiting Review to 7.0
- Owner set to joedolson
- Status changed from new to accepted
- Version set to trunk
This ticket was mentioned in PR #11185 on WordPress/wordpress-develop by @hbhalodia.
5 weeks ago
#2
- Keywords has-patch added; needs-patch removed
#3
@
5 weeks ago
Tested the patch on WordPress trunk.
Steps:
- Open Dashboard → Plugins → Add New.
- Resize browser width between 1135px–1250px.
- Focus the plugin search field.
Before patch:
Search field appears too close to navigation tabs and focus border look visually incorrect.
https://postimg.cc/dhZRk9L3
After applying the patch:
Spacing between the tabs and the search field is corrected and the border displays properly.
https://postimg.cc/CBssMLds
Patch works as expected.
#4
@
5 weeks ago
Test Report
Patch tested: https://github.com/WordPress/wordpress-develop/pull/11185
Environment
- WordPress: 7.0-beta2-20260305.110908
- PHP: 7.4.33
- Server: PHP.wasm
- Database: WP_SQLite_Driver (Server: 8.0.38 / Client: 3.51.0)
- Browser: Chrome 145.0.0.0
- OS: macOS
- Theme: Twenty Twenty-Five 1.4
- MU Plugins: None activated
- Plugins:
- Test Reports 1.2.1
Actual Results
- ✅ Issue resolved with patch.
| Before | After |
|
|
@huzaifaalmesbah commented on PR #11185:
5 weeks ago
#5
#6
@
5 weeks ago
Test Report
Patch tested: https://github.com/WordPress/wordpress-develop/pull/11185
Environment
WordPress: 7.0-beta3
PHP: 8.2.7
Server: ngnix
Browser: Chrome 145.0.0.0
OS: macOS
Theme: Twenty Twenty-Five
MU Plugins: None activated
Before Patch:
https://d.pr/i/r3I8bW
After Patch
https://d.pr/i/8amwQI
Result
✅ Issue resolved with patch.
@shailu25 commented on PR #11185:
5 weeks ago
#7
#8
follow-up:
↓ 9
@
5 weeks ago
- Keywords reporter-feedback added
I wasn't able to reproduce the broken border-top as displayed in this 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
#9
in reply to:
↑ 8
@
5 weeks ago
Replying to 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 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




Trac ticket: https://core.trac.wordpress.org/ticket/64809
## Use of AI Tools