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 {