fix(detail): let the special-school note span the full container width #72

Merged
tudor merged 1 commits from fix/special-note-full-width into main 2026-07-20 21:53:28 +00:00
Owner

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

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
tudor added 1 commit 2026-07-20 21:49:56 +00:00
fix(detail): let the special-school note span the full container width
PR Checks / Frontend Typecheck + Tests (pull_request) Successful in 1m1s
PR Checks / Backend Smoke (pull_request) Successful in 7s
PR Checks / Build Backend (no push) (pull_request) Successful in 11s
PR Checks / Build Frontend (no push) (pull_request) Successful in 45s
PR Checks / Build Pipeline (no push) (pull_request) Successful in 10s
PR Checks / AI Code Review (Claude) (pull_request) Successful in 13s
261403bcd2
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

🤖 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.

## 🤖 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 main 2026-07-20 21:53:28 +00:00
Sign in to join this conversation.
No Reviewers
No labels
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: tudor/school_compare#72