Skip to content

Commit

Permalink
Adjust multi select filter width
Browse files Browse the repository at this point in the history
  • Loading branch information
Flo0807 committed Jan 5, 2024
1 parent db4e0a7 commit e7665c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/backpex/filters/multi_select.ex
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ defmodule Backpex.Filters.MultiSelect do
</div>
<ul
tabindex="0"
class="dropdown-content z-[1] menu bg-base-100 rounded-box max-h-96 w-60 overflow-y-auto p-2 shadow"
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"
x-show="open"
@click.outside="open = false"
>
Expand Down

0 comments on commit e7665c5

Please sign in to comment.