Skip to content

dashboard: this board's cells fall into the shared stacked row - #175

Merged
Jammy2211 merged 1 commit into
mainfrom
claude/mobile-scroll-dashboard-inconsistency-7xoqnu
Aug 24, 2026
Merged

dashboard: this board's cells fall into the shared stacked row#175
Jammy2211 merged 1 commit into
mainfrom
claude/mobile-scroll-dashboard-inconsistency-7xoqnu

Conversation

@Jammy2211

Copy link
Copy Markdown
Contributor

Companion to PyAutoBrain#272, which turns a table row into a stacked card below 34rem — a four-column row does not fit a phone, it just stops overflowing (that was #174). The theme styles the cells it defines; these three are ours.

The measurement

At a 390px viewport:

before after
summary cell (td.sum) 213px 358px
tallest row 472px 316px
name column 127px holding one short line inline, sized to its text

The name column held a single short line while the summary was squeezed into 213px and ran 472px down the screen — the text bunched to the right, the name column left as empty height beside it.

After: the dot and the title read as one header line, the summary takes the full width underneath.

The wide layout is untouched — above 34rem none of this matches, verified by rendering at 760px.

Tests

603 pass.


Generated by Claude Code

PyAutoBrain#272 turns a table row into a stacked card below 34rem, because a
four-column row does not fit a phone — it just stops overflowing. The theme
styles the cells it defines; these are ours.

Measured at a 390px viewport before: the name column held 127px for one short
line while the summary was squeezed into 213px and ran 472px down the screen —
the text bunched to the right, the name column left as empty height beside it.
After: the dot and the title read as one header line, the summary takes the
full 358px underneath, and the tallest row is 316px.

The wide layout is untouched; above 34rem none of this matches.

603 tests pass.

Co-Authored-By: Claude Opus 5 <[email protected]>
Claude-Session: https://claude.ai/code/session_01VhpLPmmoSFAtVpppG8azVA
@Jammy2211
Jammy2211 merged commit ae18f99 into main Aug 24, 2026
2 checks passed
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