Skip to content

[JENKINS-76114] Setup wizard plugin list does not show All/None/Suggested (regression in 2.527) #16817

@jenkins-infra-bot

Description

@jenkins-infra-bot

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.

2 attachments

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions