From 261403bcd2b01aa4f26ee212e26302fc0f769bf9 Mon Sep 17 00:00:00 2001 From: Tudor Date: Mon, 20 Jul 2026 22:45:59 +0100 Subject: [PATCH] fix(detail): let the special-school note span the full container width 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 Claude-Session: https://claude.ai/code/session_0146VHeLAWjDVE2B5uU67jCB --- nextjs-app/components/SpecialSchoolNote.module.css | 1 - 1 file changed, 1 deletion(-) diff --git a/nextjs-app/components/SpecialSchoolNote.module.css b/nextjs-app/components/SpecialSchoolNote.module.css index 138b39e..b9c7a36 100644 --- a/nextjs-app/components/SpecialSchoolNote.module.css +++ b/nextjs-app/components/SpecialSchoolNote.module.css @@ -9,7 +9,6 @@ font-size: 0.9rem; line-height: 1.5; color: var(--text-secondary, #5c564d); - max-width: 72ch; } .note strong { color: var(--text-primary, #1a1612);