Skip to content

Fix: size board text relative to its row, not the whole stack#13

Merged
jonwilliams84 merged 1 commit into
masterfrom
claude/refactor-and-features-H58JN
May 7, 2026
Merged

Fix: size board text relative to its row, not the whole stack#13
jonwilliams84 merged 1 commit into
masterfrom
claude/refactor-and-features-H58JN

Conversation

@jonwilliams84
Copy link
Copy Markdown
Owner

Previous fix sized text to 22% of the Stack's height, which works for 3 lines but overflows once you have 4+ — each row is only 1/N of the stack, so 22cqh is bigger than the row whenever N > ~4. Caps and descenders bled into neighboring rows.

Move container-type: size from Stack to Row and size font in cqh of the row. 70% of row height keeps Bebas Neue caps + descenders inside their row regardless of line count, while still filling the row at the typical 1-3 line case.

https://claude.ai/code/session_011pGzV6osudSkwYLZ93A74R

Previous fix sized text to 22% of the Stack's height, which works for
3 lines but overflows once you have 4+ — each row is only 1/N of the
stack, so 22cqh is bigger than the row whenever N > ~4. Caps and
descenders bled into neighboring rows.

Move container-type: size from Stack to Row and size font in cqh of
the row. 70% of row height keeps Bebas Neue caps + descenders inside
their row regardless of line count, while still filling the row at
the typical 1-3 line case.

https://claude.ai/code/session_011pGzV6osudSkwYLZ93A74R
@jonwilliams84 jonwilliams84 merged commit 94e34e8 into master May 7, 2026
5 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