From b1f62ea6bc843903388b713251f6e7410dbf3299 Mon Sep 17 00:00:00 2001 From: Kieran Date: Thu, 19 Jan 2023 15:10:43 +0000 Subject: [PATCH] bug: note clipping --- src/element/Note.css | 1 - 1 file changed, 1 deletion(-) diff --git a/src/element/Note.css b/src/element/Note.css index 3c1e14b4..c77ff9c2 100644 --- a/src/element/Note.css +++ b/src/element/Note.css @@ -32,7 +32,6 @@ .note > .body { margin-top: 12px; - overflow: hidden; text-overflow: ellipsis; white-space: pre-wrap; word-break: normal;