From e1066a448dcb8c3971698855d3b5fed131799b7e Mon Sep 17 00:00:00 2001 From: Brian Glass Date: Wed, 29 Jul 2026 16:48:08 -0400 Subject: [PATCH] Balance line wrapping in commemoration/feast/service-note lists display:inline lets these lists wrap anywhere, occasionally leaving a single orphaned word on the last line. text-wrap:balance redistributes the wraps evenly, matching the technique already used for headings. --- orthocal/static/main.css | 1 + 1 file changed, 1 insertion(+) diff --git a/orthocal/static/main.css b/orthocal/static/main.css index 15a6b6d..16f7027 100644 --- a/orthocal/static/main.css +++ b/orthocal/static/main.css @@ -195,6 +195,7 @@ label input[type="radio"] { margin: 0; padding: 0; list-style-type: none; + text-wrap: balance; } .service-notes h2, .feasts h2, .commemorations h2 { margin-bottom: 0em;