From b091fa4d8646025d2645f60c1b647fdb8ae208a0 Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Fri, 20 Jun 2025 22:30:18 +0300 Subject: [PATCH] Fix line height for record detail titles --- 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 efc6b563..5d74ccb2 100644 --- a/lib/music_library_web/live/collection_live/show.html.heex +++ b/lib/music_library_web/live/collection_live/show.html.heex @@ -16,7 +16,7 @@

{@record.title}

-

+

<.record_colors record={@record} /> {Records.Record.format_release_date(@record.release_date)} ยท {format_label( 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 d573676e..899bedab 100644 --- a/lib/music_library_web/live/wishlist_live/show.html.heex +++ b/lib/music_library_web/live/wishlist_live/show.html.heex @@ -13,7 +13,7 @@

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

-

+

{@record.title}