diff --git a/lib/cannery_web/components/move_ammo_group_component.ex b/lib/cannery_web/components/move_ammo_group_component.ex index b3a49ba1..c9fbc7b8 100644 --- a/lib/cannery_web/components/move_ammo_group_component.ex +++ b/lib/cannery_web/components/move_ammo_group_component.ex @@ -67,12 +67,7 @@ defmodule CanneryWeb.Components.MoveAmmoGroupComponent do %{label: gettext("Container"), key: "name"}, %{label: gettext("Type"), key: "type"}, %{label: gettext("Location"), key: "location"}, - %{ - label: nil, - key: "actions", - sortable: false, - class: "px-4 py-2 space-x-4 flex justify-center items-center" - } + %{label: nil, key: "actions", sortable: false} ] rows = containers |> get_rows_for_containers(assigns, columns) @@ -119,15 +114,17 @@ defmodule CanneryWeb.Components.MoveAmmoGroupComponent do case key do "actions" -> ~H""" - +
+ +
""" key ->