From 16f3c44f43fe6a5f1163e3e95559b76c40b91d7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Wed, 9 Sep 2020 00:56:05 +0200 Subject: HTML Better RRULE formatting. --- static/style.scss | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'static/style.scss') diff --git a/static/style.scss b/static/style.scss index 322f62f3..33f55f81 100644 --- a/static/style.scss +++ b/static/style.scss @@ -724,6 +724,11 @@ along with their colors. overflow-y: auto; padding: 1em; word-break: break-word; + + table { + word-break: initial; + font-size: 65%; + } } .location { -- cgit v1.2.3