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
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #525
This commit is contained in:
commit
b026cf6d94
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ defmodule MvWeb.Components.BulkActionsDropdown do
|
||||||
icon="hero-bolt"
|
icon="hero-bolt"
|
||||||
open={@open}
|
open={@open}
|
||||||
phx_target={@myself}
|
phx_target={@myself}
|
||||||
menu_width="w-64"
|
menu_width="w-70"
|
||||||
menu_align="left"
|
menu_align="left"
|
||||||
button_class="btn-secondary gap-2"
|
button_class="btn-secondary gap-2"
|
||||||
testid="bulk-actions-dropdown"
|
testid="bulk-actions-dropdown"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue