Skip to content

Commit

Permalink
ui fix
Browse files Browse the repository at this point in the history
  • Loading branch information
adriansalamon committed Sep 15, 2023
1 parent b1845a5 commit dae598b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/haj_web/live/apply_live/groups.ex
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ defmodule HajWeb.ApplyLive.Groups do
class="mt-6 flex flex-col divide-y divide-gray-200"
>
<div :for={sg <- @groups} class="flex flex-row items-center py-4">
<label class="hover:cursor-pointer">
<label class="w-full hover:cursor-pointer">
<div class="flex flex-row items-center justify-between">
<div name={sg.id} class="text-xl font-bold">
<%= sg.group.name %>
Expand Down

0 comments on commit dae598b

Please sign in to comment.