File tree 2 files changed +4
-2
lines changed
demo/lib/demo_web/live/home_live
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 29
29
< . link navigate = "/admin/users " class = "mr-6 " >
30
30
< button class = "btn btn-primary " > View Demo</ button >
31
31
</ . 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 >
33
35
< Heroicons . arrow_right class = "ml-2 h-4 w-4 " />
34
36
</ div >
35
37
< div :if = { not @ form_hidden? } class = "bg-white py-8 sm:py-12 lg:py-16 " >
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ defmodule Backpex.Filters.MultiSelect do
98
98
</ div >
99
99
< ul
100
100
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 "
102
102
x-show = "open "
103
103
@click.outside = "open = false "
104
104
>
You can’t perform that action at this time.
0 commit comments