Space out genre badges
This commit is contained in:
@@ -38,7 +38,7 @@
|
|||||||
<:item title="Genres">
|
<:item title="Genres">
|
||||||
<span
|
<span
|
||||||
:for={genre <- @record.genres}
|
: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 %>
|
<%= genre %>
|
||||||
</span>
|
</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user