From 4ee78dd466a3444b52d85c4bbc323ed77d913332 Mon Sep 17 00:00:00 2001 From: Michael Pilosov Date: Wed, 22 Apr 2026 11:48:52 -0600 Subject: [PATCH] reducer list: break long class paths on '.' so they wrap cleanly on narrow (non-mobile) viewports --- app/web/templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/web/templates/index.html b/app/web/templates/index.html index 390b21f..e4acdab 100644 --- a/app/web/templates/index.html +++ b/app/web/templates/index.html @@ -264,7 +264,7 @@ {{ r.label }} {{ r.blurb }} - {{ r.key }} + {{ r.key.replace('.', '.')|safe }} {% endfor %}