From 7c70ba27cbe74ab50c1ac1728e68e75e83ddcdea Mon Sep 17 00:00:00 2001 From: bel Date: Sun, 2 Feb 2020 06:13:27 +0000 Subject: [PATCH] fix multi-line task note preview --- public/themes/default/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/public/themes/default/style.css b/public/themes/default/style.css index a97448f..65ad679 100755 --- a/public/themes/default/style.css +++ b/public/themes/default/style.css @@ -794,6 +794,7 @@ li:hover a.taskactionbtn, a.taskactionbtn.mtt-menu-button-active { min-height: 16px; display: none; margin: .7em .5em 0 0; + white-space: pre; } li.task-expanded .task-note-block {