Skip to content

Fit the per-attendee stats table to the content width - #366

Merged
ryjones merged 1 commit into
mainfrom
fix-format
Aug 27, 2026
Merged

Fit the per-attendee stats table to the content width#366
ryjones merged 1 commit into
mainfrom
fix-format

Conversation

@ryjones

@ryjones ryjones commented Aug 27, 2026

Copy link
Copy Markdown
Member

Material reserves a 5rem minimum for every table cell, so the eight column per-attendee stats table came to 985px against an 826px content column and picked up a horizontal scrollbar.

Wrap that table in a .attendance-stats div and add a stylesheet that drops the minimum width for its cells and keeps the values on one line; ISO dates otherwise break at their hyphens once the columns tighten. Headers and the name column still wrap. The rule is scoped to that table -- applied site wide it squeezed the date links in the per-meeting table onto three lines.

Material reserves a 5rem minimum for every table cell, so the eight column
per-attendee stats table came to 985px against an 826px content column and
picked up a horizontal scrollbar.

Wrap that table in a .attendance-stats div and add a stylesheet that drops
the minimum width for its cells and keeps the values on one line; ISO dates
otherwise break at their hyphens once the columns tighten. Headers and the
name column still wrap. The rule is scoped to that table -- applied site
wide it squeezed the date links in the per-meeting table onto three lines.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Signed-off-by: Ry Jones <ry@linux.com>
@ryjones
ryjones marked this pull request as ready for review August 27, 2026 14:17
@ryjones
ryjones merged commit 5ec53b0 into main Aug 27, 2026
3 checks passed
@ryjones
ryjones deleted the fix-format branch August 27, 2026 14:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant