Skip to content

Commit 3f5e4b0

Browse files
committed
Format
1 parent e7665c5 commit 3f5e4b0

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Diff for: demo/lib/demo_web/live/home_live/index.html.heex

+3-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@
2929
<.link navigate="/admin/users" class="mr-6">
3030
<button class="btn btn-primary">View Demo</button>
3131
</.link>
32-
<.link href="https://hexdocs.pm/backpex" class="text-sm font-semibold leading-6 text-gray-900 hover:underline">Documentation</.link>
32+
<.link href="https://hexdocs.pm/backpex" class="text-sm font-semibold leading-6 text-gray-900 hover:underline">
33+
Documentation
34+
</.link>
3335
<Heroicons.arrow_right class="ml-2 h-4 w-4" />
3436
</div>
3537
<div :if={not @form_hidden?} class="bg-white py-8 sm:py-12 lg:py-16">

Diff for: lib/backpex/filters/multi_select.ex

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ defmodule Backpex.Filters.MultiSelect do
9898
</div>
9999
<ul
100100
tabindex="0"
101-
class="dropdown-content z-[1] menu bg-base-100 rounded-box max-h-96 min-w-60 w-max overflow-y-auto p-2 shadow"
101+
class="dropdown-content z-[1] menu bg-base-100 rounded-box min-w-60 max-h-96 w-max overflow-y-auto p-2 shadow"
102102
x-show="open"
103103
@click.outside="open = false"
104104
>

0 commit comments

Comments
 (0)