diff --git a/lib/music_library_web/components/release_component.ex b/lib/music_library_web/components/release_component.ex index 3944d618..abd85a05 100644 --- a/lib/music_library_web/components/release_component.ex +++ b/lib/music_library_web/components/release_component.ex @@ -34,7 +34,12 @@ defmodule MusicLibraryWeb.ReleaseComponent do def render(assigns) do ~H"""
- <.sheet :if={@record.selected_release_id} id={@sheet_id} placement="right"> + <.sheet + :if={@record.selected_release_id} + id={@sheet_id} + placement="right" + class="min-w-xs sm:min-w-sm" + >

{gettext("Tracks")}

<.button