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; +}