From 41b002b18410d97e129a6ab90ada067b95c04ec1 Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Fri, 17 Oct 2025 20:29:50 +0100 Subject: [PATCH] Align artist name in record details --- lib/music_library_web/live/collection_live/show.html.heex | 2 +- lib/music_library_web/live/wishlist_live/show.html.heex | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/music_library_web/live/collection_live/show.html.heex b/lib/music_library_web/live/collection_live/show.html.heex index b10637d5..bdfc83df 100644 --- a/lib/music_library_web/live/collection_live/show.html.heex +++ b/lib/music_library_web/live/collection_live/show.html.heex @@ -8,7 +8,7 @@
-
+

<.artist_links joinphrase_class="text-sm" artists={@record.artists} />

diff --git a/lib/music_library_web/live/wishlist_live/show.html.heex b/lib/music_library_web/live/wishlist_live/show.html.heex index 023e81d3..0852833d 100644 --- a/lib/music_library_web/live/wishlist_live/show.html.heex +++ b/lib/music_library_web/live/wishlist_live/show.html.heex @@ -8,7 +8,7 @@
-
+

<.artist_links joinphrase_class="text-sm" artists={@record.artists} />