From 413f77a3a745159100614da3113d1b9ac325e5ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 13 Jul 2020 15:13:08 +0200 Subject: Remove width:calc(100%*var(--editmode)) from created events. --- module/output/html.scm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'module') diff --git a/module/output/html.scm b/module/output/html.scm index 78fd2b9e..df8909e9 100644 --- a/module/output/html.scm +++ b/module/output/html.scm @@ -833,7 +833,11 @@ (caddar ; strip tag (make-block (car (children cal)) `((class " generated ") - (style "width:calc(100%*var(--editmode));"))))))))))) + ;; TODO currently without this the event is always + ;; full width. Adding this however completely breaks + ;; creation of long events. + ;; (style "width:calc(100%*var(--editmode));") + )))))))))) -- cgit v1.2.3