-
-
Notifications
You must be signed in to change notification settings - Fork 9.3k
Description
See attached.
There are two conflicting padding rules that seem to have changed positions in generated CSS?
One is body .plugin-setup-wizard .plugin-selector .plugins .plugin-select-controls and the other in @media screen and (min-width: 768px) { body .plugin-setup-wizard .plugin-selector .plugins .plugin-select-controls.
Disabling padding: 0 10px; in the inspector fixes it for me, having padding: 0 9em 0 14em; take over.
Originally reported by
danielbeck, imported from: Setup wizard plugin list does not show All/None/Suggested (regression in 2.527)
- assignee:
jpochat
- status: Closed
- priority: Minor
- component(s): core
- label(s): 2.528.1-fixed, regression, ux
- resolution: Fixed
- resolved: 2025-09-22T18:36:07+00:00
- votes: 0
- watchers: 2
- imported: 2025-11-24
Raw content of original issue
See attached.
There are two conflicting padding rules that seem to have changed positions in generated CSS?
One is body .plugin-setup-wizard .plugin-selector .plugins .plugin-select-controls and the other in @media screen and (min-width: 768px) { body .plugin-setup-wizard .plugin-selector .plugins .plugin-select-controls.
Disabling padding: 0 10px; in the inspector fixes it for me, having padding: 0 9em 0 14em; take over.

