Merge pull request 'Fix bulk action dropdown width' (#525) from fix-bulk-action-width into main
All checks were successful
continuous-integration/drone/push Build is passing

Reviewed-on: #525
This commit is contained in:
Simon 2026-06-08 12:15:16 +02:00
commit b026cf6d94

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"