From b51d70b4473855adc0e3fb7cedf5183569adf0b1 Mon Sep 17 00:00:00 2001 From: Aneurin Barker Snook Date: Fri, 4 Sep 2026 21:06:25 +0100 Subject: [PATCH] Let config sections fill the container width Drop .config-section's 32rem cap -- the project name and status forms now stretch to whatever width .card.project actually has instead of sitting narrower than the header above them for no reason. Co-Authored-By: Claude Sonnet 5 --- web/src/style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/web/src/style.css b/web/src/style.css index bb395b4..ed94962 100644 --- a/web/src/style.css +++ b/web/src/style.css @@ -691,7 +691,6 @@ h1 { /* --- project configuration: status list ------------------------------- */ .config-section { - max-width: 32rem; margin-top: 1.5rem; }