From 90317a8227000db2c7a8481f073ada9e9bbe9500 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Raimund=20Schl=C3=BC=C3=9Fler?= Date: Fri, 20 Feb 2026 16:46:32 +0100 Subject: [PATCH] fix: keep note rendering consistent with editor MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Raimund Schlüßler --- src/components/AppSidebar/NotesItem.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/components/AppSidebar/NotesItem.vue b/src/components/AppSidebar/NotesItem.vue index 03b814141..d21862eee 100644 --- a/src/components/AppSidebar/NotesItem.vue +++ b/src/components/AppSidebar/NotesItem.vue @@ -172,7 +172,7 @@ export default { background: none repeat scroll 0 0 transparent; border: medium none; line-height: 26px; - padding: 0; + padding: 0 !important; white-space: pre-wrap; word-wrap: break-word; } @@ -223,6 +223,10 @@ export default { text-decoration: underline; } + p { + margin-bottom: 26px; + } + s { text-decoration: line-through; }