Fit the per-attendee stats table to the content width - #366
Merged
Conversation
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
marked this pull request as ready for review
August 27, 2026 14:17
ryjones
requested review from
EnriqueL8,
OsamaRab3,
VRamakrishna,
arsulegai,
dmueller2001,
hendrikebbers,
kkaur01,
kmillikin,
matthew1001,
mbrandenburger and
tock-ibm
as code owners
August 27, 2026 14:17
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.