From edd77756678026af418f29c87bb806fa327faef1 Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Fri, 1 Nov 2024 19:37:27 +0000 Subject: [PATCH] Increase margin between title and format in record details --- lib/music_library_web/live/record_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/record_live/show.html.heex b/lib/music_library_web/live/record_live/show.html.heex index d1b3171f..19e8b701 100644 --- a/lib/music_library_web/live/record_live/show.html.heex +++ b/lib/music_library_web/live/record_live/show.html.heex @@ -36,7 +36,7 @@

<%= @record.title %>

-

+

<%= Records.Record.format_release(@record.release) %> · <%= Records.Record.format_long_label( @record.format ) %> · <%= Records.Record.type_long_label(@record.type) %> 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 33e1096f..b16a6fa1 100644 --- a/lib/music_library_web/live/wishlist_live/show.html.heex +++ b/lib/music_library_web/live/wishlist_live/show.html.heex @@ -36,7 +36,7 @@

<%= @record.title %>

-

+

<%= Records.Record.format_release(@record.release) %> · <%= Records.Record.format_long_label( @record.format ) %> · <%= Records.Record.type_long_label(@record.type) %>