reducer list: break long class paths on '.' so they wrap cleanly on narrow (non-mobile) viewports
This commit is contained in:
parent
958fa019ea
commit
4ee78dd466
@ -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 %}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user