diff --git a/lib/haj_web/components/core_components.ex b/lib/haj_web/components/core_components.ex index ea912aa..737af0e 100644 --- a/lib/haj_web/components/core_components.ex +++ b/lib/haj_web/components/core_components.ex @@ -498,7 +498,7 @@ defmodule HajWeb.CoreComponents do ~H"""
- +
@@ -583,7 +583,7 @@ defmodule HajWeb.CoreComponents do ~H"""
- +
diff --git a/lib/haj_web/live/applications_live/index.html.heex b/lib/haj_web/live/applications_live/index.html.heex index 9bc2c7a..2904990 100644 --- a/lib/haj_web/live/applications_live/index.html.heex +++ b/lib/haj_web/live/applications_live/index.html.heex @@ -4,7 +4,7 @@
-
+ - <.form :let={_f} for={%{}} as={:filter} phx-change="filter" class="flex gap-2"> + <.form :let={_f} for={%{}} as={:filter} phx-change="filter" class="mt-2 flex gap-2"> <.input type="select" name="show_group" @@ -40,7 +40,7 @@ class="mt-1 flex flex-row items-center rounded-md border border-gray-300 bg-white px-3 py-2 shadow-sm hover:bg-gray-50" > <.icon name={:arrow_down_on_square_stack} mini class="h-5 w-5" /> - Exportera csv + Exportera csv
<%= col[:label] %>