reducer list: break long class paths on '.' so they wrap cleanly on narrow (non-mobile) viewports

This commit is contained in:
Michael Pilosov 2026-04-22 11:48:52 -06:00
parent 958fa019ea
commit 4ee78dd466

View File

@ -264,7 +264,7 @@
<span class="name">{{ r.label }}</span>
<span class="blurb">{{ r.blurb }}</span>
</span>
<span class="pkg">{{ r.key }}</span>
<span class="pkg">{{ r.key.replace('.', '.<wbr>')|safe }}</span>
</label>
</li>
{% endfor %}