From 73fe53394eea2f53f2452b1aef21410370fb302a Mon Sep 17 00:00:00 2001 From: Claude Agent Date: Thu, 19 Mar 2026 23:29:09 +0000 Subject: [PATCH] =?UTF-8?q?style(design):=20FINDING-007=20=E2=80=94=20add?= =?UTF-8?q?=20text-wrap:=20balance=20to=20headings?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/app/static/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/api/app/static/css/style.css b/api/app/static/css/style.css index 905667e..a0c1e45 100644 --- a/api/app/static/css/style.css +++ b/api/app/static/css/style.css @@ -35,6 +35,10 @@ body { padding: 0; } +h1, h2, h3, h4, h5, h6 { + text-wrap: balance; +} + /* ── Checkboxes — accessible size ────────────────── */ input[type="checkbox"] { width: 1.125rem;