From d51dfa09a93371c370a5895be81aec2e4cdfe9c3 Mon Sep 17 00:00:00 2001 From: Peter Stuifzand Date: Mon, 1 Jun 2020 01:45:57 +0200 Subject: [PATCH] pre-wrap content --- templates/layout.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/templates/layout.html b/templates/layout.html index 92ba687..5f7ce4b 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -144,6 +144,10 @@ resize: none; } + .list-item .content { + white-space: pre-wrap; + } + .root .list-item.selection { border-left-color: #ccc; border-right-color: #ccc;