Fix country name box wrapping.

This commit is contained in:
Edward Betts 2025-11-03 19:57:16 +00:00
parent 7266568010
commit 178c669b01

View file

@ -36,7 +36,7 @@
({{ new_countries | count }} new)
{% endif %}
{% for c in countries %}
<span class="text-nowrap border border-2 px-2 my-3 mx-1">
<span class="d-inline-block border border-2 p-1 m-1">
{{ c.flag }} {{ c.name }} ({{ c.alpha_2 }})
{% if c.alpha_2 not in previously_visited %}
<span class="badge text-bg-info">new</span>