Fix bulk action dropdown width #525

Merged
simon merged 1 commit from fix-bulk-action-width into main 2026-06-08 12:15:17 +02:00

View file

@ -99,7 +99,7 @@ defmodule MvWeb.Components.BulkActionsDropdown do
icon="hero-bolt"
open={@open}
phx_target={@myself}
menu_width="w-64"
menu_width="w-70"
menu_align="left"
button_class="btn-secondary gap-2"
testid="bulk-actions-dropdown"