From 904a65c376baa655501e8da88f80e406db987053 Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Fri, 4 Jul 2025 13:36:45 +0100 Subject: [PATCH] Make editing modal larger --- lib/music_library_web/live/scrobble_rules_live/index.html.heex | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/music_library_web/live/scrobble_rules_live/index.html.heex b/lib/music_library_web/live/scrobble_rules_live/index.html.heex index 3f1f7fb4..77e1290a 100644 --- a/lib/music_library_web/live/scrobble_rules_live/index.html.heex +++ b/lib/music_library_web/live/scrobble_rules_live/index.html.heex @@ -148,6 +148,7 @@ <.modal :if={@live_action in [:new, :edit]} + class="min-w-sm md:min-w-2xl max-w-3xl" id="scrobble_rule-modal" open on_close={JS.patch(~p"/scrobble-rules")}