From e88ca4ef7ce76d7eea1892a85d49d3efc9f0a9e7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Paul=20H=C3=A4nsch?= Date: Sat, 23 Jan 2021 01:34:16 +0100 Subject: [PATCH] allow line break in note display --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 80227ed..24c9368 100644 --- a/style.css +++ b/style.css @@ -260,7 +260,7 @@ form .section.attendance > label { } div .section .item.NOTE { - white-space: pre; + white-space: pre-wrap; } form .section .item { -- 2.39.2