From: Paul Hänsch Date: Sat, 23 Jan 2021 00:34:16 +0000 (+0100) Subject: allow line break in note display X-Git-Url: https://git.plutz.net/?p=confetti;a=commitdiff_plain;h=e88ca4ef7ce76d7eea1892a85d49d3efc9f0a9e7 allow line break in note display --- 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 {