#57194 closed enhancement (fixed)
Alignment issue for the "No Plugins Found" search results.
Reported by: | sruthi90 | Owned by: | audrasjb |
---|---|---|---|
Milestone: | 6.2 | Priority: | normal |
Severity: | normal | Version: | 6.1 |
Component: | Plugins | Keywords: | has-patch has-screenshots commit |
Focuses: | css | Cc: |
Description
Found an alignment issue for plugin search results in the Plugins section of the Admin panel.
For finding the issue, please follow the below steps.
1.Go to Plugins section in Admin Panel and select Add New page.
2.Search some keyword which will output "No search Result", for example 'checkresults' in the search plugins input.
3.Message with alignment issue (aligned to the left side , should be shown in the centre) will be shown.
Attachments (3)
Change History (14)
#1
in reply to:
↑ description
@
23 months ago
Replying to sruthi90:
Typo
1.Go to Plugins section in Admin Panel and select Add New plugin.
2.Search some keyword which will output "No search Result", for example 'checkresults' in the search plugins input.
3.Message with alignment issue (aligned to the left side , should be shown in the centre) will be shown.
#2
@
23 months ago
- Component changed from General to Plugins
- Keywords has-patch has-screenshots added; needs-patch removed
Hi @sruthi90
Welcome to core trac and thanks for reporting.
Looks like this happened because the below CSS is added.
.plugin-install-php #the-list { display: flex; flex-wrap: wrap; }
It was not there in the previous version. But let's see team's review.
#3
@
23 months ago
- Keywords needs-testing added
- Milestone changed from Awaiting Review to 6.2
- Owner set to audrasjb
- Status changed from new to reviewing
#4
@
23 months ago
- Keywords changes-requested added; needs-testing removed
The patch works fine (thanks), but to avoid further conflicts, I'd rather add width: 100%
to .no-plugin-results
so we're sure we don't touch anything else than the No result behavior.
#5
@
23 months ago
Thanks for welcoming me.
Looking forward for updates regarding this issue.Also looking forward to contribute more to WordPress.
This ticket was mentioned in PR #3678 on WordPress/wordpress-develop by @audrasjb.
23 months ago
#6
#7
@
23 months ago
- Keywords needs-testing added; changes-requested removed
The above pull request fixes the issue on my side. Anyone available to confirm and to add a before/after screenshot?
@
23 months ago
I have also checked the changes. Works well. Adding screenshot after applying the change as requested.
@audrasjb commented on PR #3678:
23 months ago
#11
Committed in https://core.trac.wordpress.org/changeset/54871
This patch will center align the message like all other pages.