Space out genre badges

This commit is contained in:
Claudio Ortolina
2024-10-03 20:12:39 +01:00
parent 995ec3f624
commit 360b287a2c
@@ -38,7 +38,7 @@
<:item title="Genres">
<span
:for={genre <- @record.genres}
class="inline-flex items-center mr-2 rounded-md bg-gray-50 px-2 py-1 text-xs font-medium text-gray-600 ring-1 ring-inset ring-gray-500/10"
class="inline-flex items-center mr-2 mb-2 rounded-md bg-gray-50 px-2 py-1 text-xs font-medium text-gray-600 ring-1 ring-inset ring-gray-500/10"
>
<%= genre %>
</span>