Skip to content

HMS-11119: fix table column width and shrinking - #1769

Draft
Dugowitch wants to merge 5 commits into
RedHatInsights:masterfrom
Dugowitch:col-widths
Draft

HMS-11119: fix table column width and shrinking#1769
Dugowitch wants to merge 5 commits into
RedHatInsights:masterfrom
Dugowitch:col-widths

Conversation

@Dugowitch

@Dugowitch Dugowitch commented Aug 24, 2026

Copy link
Copy Markdown
Contributor

Description

Associated Jira ticket: HMS-11119

  • wrap table column names instead of truncating
  • better distribute available space between the columns
  • wrap evra in SystemPackages and PackageSystems
  • horizontally scroll just table instead of the whole page on overflow (in line with e.g. Inventory Systems)

How to test the PR

For all pages, check column widths, shrink the window and observe column shrinking, and table scrolling.

Before the change

Screenshot From 2026-08-24 14-13-10 Screenshot From 2026-08-24 14-19-14

whole page scrolls when overflowing

After the change

Screenshot From 2026-08-24 14-13-30 Screenshot From 2026-08-24 14-19-20

only the table scrolls when overflowing

Checklist:

  • The commit message has the Jira ticket linked
  • PR has a short description
  • Screenshots before and after the change are added
  • Tests for the changes have been added
  • README.md is updated if necessary
  • Needs additional dependent work

HMS-11119

When the window is narrow, but not so narrow that it would trigger table
breakpoint, it would, on some pages, overflow and cause the whole page
to scroll horizontally. This change ensures that just the table scrolls.
@Dugowitch Dugowitch changed the title Col widths HMS-11119: fix table column width and shrinking Aug 24, 2026
@codecov-commenter

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 77.50%. Comparing base (a566a6c) to head (9476b94).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1769      +/-   ##
==========================================
+ Coverage   77.41%   77.50%   +0.08%     
==========================================
  Files         102      102              
  Lines        3286     3299      +13     
  Branches      755      762       +7     
==========================================
+ Hits         2544     2557      +13     
  Misses        663      663              
  Partials       79       79              

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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.

2 participants