From 36f0d9f98eff7fe73f83ac074112924702f8ac42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Sun, 12 Jul 2020 04:13:13 +0200 Subject: Reintroduce time input on generated events for HTML. --- static/style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'static/style.css') diff --git a/static/style.css b/static/style.css index 7cd36522..14588628 100644 --- a/static/style.css +++ b/static/style.css @@ -491,6 +491,10 @@ along with their colors. overflow: visible; } +.event input { + white-space: initial; +} + .event-body { padding: 0; margin: 0; -- cgit v1.2.3