Skip to content

Conversation

@fridajac
Copy link
Contributor

@fridajac fridajac commented Jan 5, 2026

Hey, I just made a Pull Request!

This PR enhances the readability and overview of Jira issues in the tables by adjusting cell styles:

Changes:

  • Reduced user avatar size for a more compact layout
  • Added whiteSpace: 'nowrap' to issue key and summary columns to prevent text wrapping across multiple rows
  • Applied text truncation to summary column with:
    • maxWidth: 300px
    • overflow: 'hidden'
    • textOverflow: 'ellipsis'

Context

  • Previously, text wrapping across multiple rows made it difficult to scan and compare issues at a glance. These styling improvements create a cleaner, more condensed table view that allows users to quickly review multiple issues without excessive scrolling.

Example:

Screenshot from 2026-01-05 12-56-34

Screenshots:

After:
Screenshot from 2026-01-05 12-46-38

Checklist before requesting a review

  • I have performed a self-review of my own code
  • I have verified that the code builds perfectly fine on my local system
  • I have verified that my code follows the style already available in the repository
  • A changeset describing the change and affected packages. (more info)
  • Screenshots attached (for UI changes)

@fridajac fridajac requested a review from a team as a code owner January 5, 2026 11:56
@changeset-bot
Copy link

changeset-bot bot commented Jan 5, 2026

🦋 Changeset detected

Latest commit: 608fa88

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 4 packages
Name Type
@axis-backstage/plugin-jira-dashboard Patch
app-next Patch
app Patch
backend Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@fridajac fridajac merged commit 68f822b into main Jan 7, 2026
8 checks passed
@fridajac fridajac deleted the cell-style branch January 7, 2026 08:50
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.

3 participants