Skip to content

fix(desktop): restore Runs table width bounds to avoid flex/grid squash#341

Merged
Whiteks1 merged 1 commit intomainfrom
codex/hotfix-table-squash-layout
Apr 9, 2026
Merged

fix(desktop): restore Runs table width bounds to avoid flex/grid squash#341
Whiteks1 merged 1 commit intomainfrom
codex/hotfix-table-squash-layout

Conversation

@Whiteks1
Copy link
Copy Markdown
Owner

@Whiteks1 Whiteks1 commented Apr 9, 2026

Summary

When grouping the 'Trades' text inline with the 'Window' timeframe (\2022-01-01 -> 2023-12-31), it was wrapped in a nested grid .run-primary-meta. This, combined with the new 4th \Compare\ button expanding the action column, caused the CSS Grid engine to incorrectly squash the <td>\ column width down to zero. The mono-cell text was violently wrapping.

Fixed by replacing the inner grid with simple stack alignment (\ lex-direction: column) and strictly setting \white-space: nowrap\ so the dates maintain horizontal stability.

Copy link
Copy Markdown

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

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

Sorry @Whiteks1, you have reached your weekly rate limit of 500000 diff characters.

Please try again later or upgrade to continue using Sourcery

@Whiteks1 Whiteks1 merged commit 2b5be49 into main Apr 9, 2026
2 of 3 checks passed
@Whiteks1 Whiteks1 deleted the codex/hotfix-table-squash-layout branch April 9, 2026 22:16
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