From 651ff0e04ded8587fa453e9854825319ff506750 Mon Sep 17 00:00:00 2001 From: Bel LaPointe Date: Mon, 4 Oct 2021 13:34:41 -0600 Subject: [PATCH] white space --- public/themes/default/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/themes/default/style.css b/public/themes/default/style.css index 0736b5d..19f16be 100755 --- a/public/themes/default/style.css +++ b/public/themes/default/style.css @@ -1765,3 +1765,7 @@ li.mtt-item-hidden { display:none; } .task-actions .taskactionbtn { width: 2.5em; } + +.task-note { + white-space: pre; +}