Skip to content

Allow Package ID column to wrap for long package names#10678

Draft
Copilot wants to merge 2 commits intomainfrom
copilot/fix-package-id-visibility
Draft

Allow Package ID column to wrap for long package names#10678
Copilot wants to merge 2 commits intomainfrom
copilot/fix-package-id-visibility

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Jan 6, 2026

  • Understand the issue: Package ID column uses both package-id (break-word) and text-nowrap classes, causing truncation
  • Remove text-nowrap class from Package ID column in Packages.cshtml
  • Rebased onto latest dev branch (commit 11fd8f7)
  • Run code review - No issues found
  • Run security scan - No security issues detected
Original prompt

This section details on the original issue you should resolve

<issue_title>Make long Package ID fully visible</issue_title>
<issue_description>### Related Problem

In the package listing, the Package ID column is not wide enough to display my package names. It does it hard to know which one is which. The columns does not expand when I make the browser window wider. Why this rigid formfactor, when it is an easy fix with CSS?

Image

The Elevator Pitch

Fix the issue above!

Additional Context and Details

No response</issue_description>

Comments on the Issue (you are @copilot in this section)


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

…fully visible

Co-authored-by: chabiss <14151258+chabiss@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix package ID column to be fully visible Allow Package ID column to wrap for long package names Jan 6, 2026
Copilot AI requested a review from chabiss January 6, 2026 18:36
@pranathibora14
Copy link
Copy Markdown
Contributor

@copilot rebase this PR so that the branch is cut from dev, change the target branch for the PR to be dev and take a pull from dev branch for latest changes

Copy link
Copy Markdown
Contributor Author

Copilot AI commented Mar 3, 2026

@copilot rebase this PR so that the branch is cut from dev, change the target branch for the PR to be dev and take a pull from dev branch for latest changes

I've successfully rebased the branch locally onto the latest dev branch (commit 11fd8f7). The changes are now on top of dev with commits e5da09fb9c and eb923d180e.

However, I'm unable to force push the rebased branch to update the PR, as force push is not available in my environment. The PR target branch change must also be done through the GitHub UI, which I cannot access.

To complete this request, you'll need to either:

  1. Manually force push the rebased branch, or
  2. Close this PR and create a new one targeting the dev branch

The code changes themselves remain intact after the rebase - the text-nowrap class has been removed from the Package ID column as intended.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Make long Package ID fully visible

3 participants