From 9b7368d0a346bbf4499592616c5e8e43d1ef5596 Mon Sep 17 00:00:00 2001 From: Simon Date: Mon, 8 Jun 2026 11:44:26 +0200 Subject: [PATCH] fix: width of bulk action --- lib/mv_web/components/bulk_actions_dropdown.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mv_web/components/bulk_actions_dropdown.ex b/lib/mv_web/components/bulk_actions_dropdown.ex index c6f64d4..d0b6172 100644 --- a/lib/mv_web/components/bulk_actions_dropdown.ex +++ b/lib/mv_web/components/bulk_actions_dropdown.ex @@ -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" -- 2.47.2