Skip to content

Fix UI overlap for long keys in XCom and TaskStateStore tables#68774

Open
Dotify71 wants to merge 1 commit into
apache:mainfrom
Dotify71:fix/68754-ui-overlap
Open

Fix UI overlap for long keys in XCom and TaskStateStore tables#68774
Dotify71 wants to merge 1 commit into
apache:mainfrom
Dotify71:fix/68754-ui-overlap

Conversation

@Dotify71

Copy link
Copy Markdown
Contributor

Description

Fixes #68754

This PR resolves a UI bug where extremely long keys in the TaskStateStore and XCom tables would overflow their container boundaries and overlap with adjacent panels (like the expand/collapse details panel).

By enforcing wordBreak="break-all" on the cell renderer for the key column, long keys now appropriately wrap to the next line without bleeding out of the data table layout.

Testing

  • Validated via standard UI layout tests that this change does not break standard table behavior for short keys.

@boring-cyborg boring-cyborg Bot added the area:UI Related to UI/UX. For Frontend Developers. label Jun 19, 2026

@jroachgolf84 jroachgolf84 left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Dotify71 - please include a screenshot or video with this issue now being resolved!

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

Labels

area:UI Related to UI/UX. For Frontend Developers.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

'Task State Store' or 'Xcom' key is getting overlapped with expand/collapse details panel

2 participants