From 66409129f90ca8a9e6d4f344afcf25258af2d21e Mon Sep 17 00:00:00 2001 From: Kieran Date: Wed, 18 Jan 2023 15:57:12 +0000 Subject: [PATCH] bug: reduce min-height --- src/element/Note.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/element/Note.css b/src/element/Note.css index cd605397..73d80867 100644 --- a/src/element/Note.css +++ b/src/element/Note.css @@ -3,7 +3,7 @@ border-radius: 10px; background-color: var(--note-bg); padding: 20px; - min-height: 140px; + min-height: 120px; } .note.thread {