Skip to content

Commit

Permalink
fix cateogry list to properly display
Browse files Browse the repository at this point in the history
  • Loading branch information
cguess committed Sep 23, 2024
1 parent b3746f8 commit 9c7f073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/media_vault/media/_archive_item.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
</div>
<div class="flex flex-row space-x-4 space-y-4 max-w-full flex-wrap">
<% archive_item_self.archive_item.categories.pluck(:name).each do |category| %>
<div class="border-4 text-gray-800 font-medium px-5 py-1.5 rounded-lg">
<div class="mt-4 border-4 text-gray-800 font-medium px-5 py-1.5 rounded-lg">
<%= category.chomp %>
</div>
<% end %>
Expand Down

0 comments on commit 9c7f073

Please sign in to comment.