Skip to content

Conversation

@dhanush-raja-a
Copy link
Contributor

Fixes #26171

Testing done

  • Built Jenkins locally using mvn -Pquick-build clean install
  • Started Jenkins with mvn -pl war jetty:run
  • Enabled the experimental Manage Jenkins UI
  • Navigated to Manage Jenkins → Security
  • Tested Matrix-based and Project-based Matrix Authorization Strategy
  • Verified wide authorization tables are no longer clipped
  • Confirmed horizontal scrolling works and action buttons (Grant All / Remove All / Delete) remain accessible
  • This is a CSS-only change; no backend logic was modified

Screenshots (UI changes only)

Before

Screenshot 2026-01-28 at 7 44 02 AM

After

Screenshot 2026-01-28 at 7 44 09 AM

Proposed changelog entries

  • Fix clipping of authorization tables in the experimental Manage Jenkins UI

Proposed changelog category

/label bug, web-ui

Proposed upgrade guidelines

N/A

Submitter checklist

  • The issue is well-described.
  • The changelog entry is appropriate and in the imperative mood.
  • There is an explanation as to why this change has no automated tests (CSS-only UI fix).
  • No new public APIs or Java changes were introduced.
  • UI changes do not introduce CSP regressions.
  • No dependency updates are included.

Desired reviewers

@jenkinsci/core-pr-reviewers

@comment-ops-bot comment-ops-bot bot added bug For changelog: Minor bug. Will be listed after features web-ui The PR includes WebUI changes which may need special expertise labels Jan 28, 2026
@dhanush-raja-a
Copy link
Contributor Author

My apologies for the multiple PRs and for posting in the wrong thread. I'm a first-time contributor and still learning the workflow. I've now addressed the linting errors in this PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug For changelog: Minor bug. Will be listed after features web-ui The PR includes WebUI changes which may need special expertise

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Experimental Manage Jenkins UI clips Matrix Authorization grid

1 participant