From 50c4301a34fb6d43156c02c2cbf2e9f86decff9d Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Mon, 25 Aug 2025 16:05:09 +0300 Subject: [PATCH] chore(react): fix height of title bar --- apps/client/src/widgets/note_title.css | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/client/src/widgets/note_title.css b/apps/client/src/widgets/note_title.css index 294e2a01f..aa3c31269 100644 --- a/apps/client/src/widgets/note_title.css +++ b/apps/client/src/widgets/note_title.css @@ -9,6 +9,7 @@ margin: 2px 0px; min-width: 5em; width: 100%; + padding: 1px 12px; } .note-title-widget input.note-title.protected {