Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
sorax committed Nov 24, 2024
1 parent 8b62715 commit 93a73b1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/radiator_web/live/components/outline.html.heex
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@
data-prev={form[:prev_id].value}
>
<input class="hidden my-2 peer selected" type="checkbox" />
<button><.icon name="hero-ellipsis-vertical" class="invisible w-5 h-5 group-hover:visible" /></button>
<button>
<.icon name="hero-ellipsis-vertical" class="invisible w-5 h-5 group-hover:visible" />
</button>
<OutlineComponents.outline_form
for={form}
class=""
Expand Down

0 comments on commit 93a73b1

Please sign in to comment.