Skip to content

Add fixed table layout to orchestrations and executions tables#62

Merged
lucaslorentz merged 1 commit intomainfrom
fix-table-word-break
Mar 7, 2026
Merged

Add fixed table layout to orchestrations and executions tables#62
lucaslorentz merged 1 commit intomainfrom
fix-table-word-break

Conversation

@lucaslorentz
Copy link
Copy Markdown
Owner

@lucaslorentz lucaslorentz commented Mar 7, 2026

Summary

  • Add table-layout: fixed and word-break: break-word to the Orchestrations and Executions list tables
  • Prevents long instance IDs, execution IDs, and tags from overflowing the table and pushing columns off-screen

Before

before-orchestrations

The long InstanceId pushes the table beyond the viewport, hiding the Tags, LastUpdatedTime, and CreatedTime columns.

After

after-orchestrations

All columns are visible with equal width distribution. Long text wraps within each column. Tags are displayed as chips within the constrained column.

Note: Screenshots will be uploaded as PR comments below.

🤖 Generated with Claude Code

…s tables

Prevents long instance IDs, execution IDs, and tags from overflowing
the table and pushing columns off-screen.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@lucaslorentz lucaslorentz force-pushed the fix-table-word-break branch from dff939f to 7f4fb56 Compare March 7, 2026 22:57
@lucaslorentz lucaslorentz merged commit dcbd184 into main Mar 7, 2026
2 checks passed
@lucaslorentz lucaslorentz deleted the fix-table-word-break branch March 7, 2026 23:02
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.

1 participant