From ec6517f9e1678ef3ff1533063ee1ee18809b4330 Mon Sep 17 00:00:00 2001 From: Kieran Date: Wed, 18 Jan 2023 15:56:30 +0000 Subject: [PATCH] bug: 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 b42af9e3..cd605397 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: 180px; + min-height: 140px; } .note.thread {