aboutsummaryrefslogtreecommitdiff
path: root/module/output/html.scm
diff options
context:
space:
mode:
Diffstat (limited to 'module/output/html.scm')
-rw-r--r--module/output/html.scm6
1 files changed, 5 insertions, 1 deletions
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 <a> 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));")
+ ))))))))))