Follow-up to #70. The special-school / PRU / AP context note had max-width: 72ch, leaving it stopping well short of the results-section's right edge. Removing the cap lets it fill the container edge-to-edge, matching the subtitle paragraph above it.
CSS-only, one line removed; note copy and behaviour unchanged, so the e2e/ journeys don't need updating.
Follow-up to #70. The special-school / PRU / AP context note had `max-width: 72ch`, leaving it stopping well short of the results-section's right edge. Removing the cap lets it fill the container edge-to-edge, matching the subtitle paragraph above it.
CSS-only, one line removed; note copy and behaviour unchanged, so the `e2e/` journeys don't need updating.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
https://claude.ai/code/session_0146VHeLAWjDVE2B5uU67jCB
Drop the note's `max-width: 72ch`, which left it stopping well short of the
section's right edge. It now fills the results-section container like the
subtitle paragraph above it.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_0146VHeLAWjDVE2B5uU67jCB
This diff removes a max-width: 72ch constraint from the .note class in SpecialSchoolNote.module.css, allowing the special-school note text to span the full width of its container as intended by the commit message. It's a trivial, low-risk CSS-only style change.
✅ No issues found.
## 🤖 AI Code Review (Claude Code)
This diff removes a `max-width: 72ch` constraint from the `.note` class in SpecialSchoolNote.module.css, allowing the special-school note text to span the full width of its container as intended by the commit message. It's a trivial, low-risk CSS-only style change.
✅ No issues found.
tudor
merged commit ca4fc647a5 into main2026-07-20 21:53:28 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Follow-up to #70. The special-school / PRU / AP context note had
max-width: 72ch, leaving it stopping well short of the results-section's right edge. Removing the cap lets it fill the container edge-to-edge, matching the subtitle paragraph above it.CSS-only, one line removed; note copy and behaviour unchanged, so the
e2e/journeys don't need updating.🤖 Generated with Claude Code
https://claude.ai/code/session_0146VHeLAWjDVE2B5uU67jCB
🤖 AI Code Review (Claude Code)
This diff removes a
max-width: 72chconstraint from the.noteclass in SpecialSchoolNote.module.css, allowing the special-school note text to span the full width of its container as intended by the commit message. It's a trivial, low-risk CSS-only style change.✅ No issues found.