From cbea1e262386787519b290b7723b75fe3dbd014d Mon Sep 17 00:00:00 2001 From: m11 Date: Tue, 2 Feb 2021 00:08:05 +0100 Subject: [PATCH] Line breaks in calendar event description --- _sass/_calendar.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/_sass/_calendar.scss b/_sass/_calendar.scss index e45200a..7df190c 100644 --- a/_sass/_calendar.scss +++ b/_sass/_calendar.scss @@ -20,6 +20,7 @@ font-style: italic; display: block; min-height: 1em; + white-space: pre-line; } .cal_datetime {