From f939fd974adafe67b68e507ff44166dc8a464d95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Wed, 1 Apr 2020 21:01:42 +0200 Subject: HTML force calendar list to be single lines. --- static/style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'static') diff --git a/static/style.css b/static/style.css index c31f16ec..80b26346 100644 --- a/static/style.css +++ b/static/style.css @@ -37,6 +37,10 @@ html, body { border-left-width: 1em; border-left-style: solid; padding-left: 1ex; + + /* force to single line */ + overflow: hidden; + white-space: nowrap; } .small-calendar .today { -- cgit v1.2.3