From 0982188510d32d3027321abc4548b0be008db3db Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Mon, 8 Sep 2025 10:41:57 +0300 Subject: [PATCH] Reduce line height in notes textarea --- lib/music_library_web/components/notes_component.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/music_library_web/components/notes_component.ex b/lib/music_library_web/components/notes_component.ex index 37d0895d..f9e9d833 100644 --- a/lib/music_library_web/components/notes_component.ex +++ b/lib/music_library_web/components/notes_component.ex @@ -63,7 +63,7 @@ defmodule MusicLibraryWeb.NotesComponent do phx-auto-recover="recover_form" phx-submit="save" > - <.textarea class="w-full h-96 font-mono text-sm/8" field={@form[:content]} /> + <.textarea class="w-full h-96 font-mono text-sm/4" field={@form[:content]} /> <:actions>