From f9814bd935f6ddb2454181bbf24ec75a487228ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 17 Aug 2020 15:52:33 +0200 Subject: Fix date output on long events. --- static/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static/style.scss') diff --git a/static/style.scss b/static/style.scss index 1a59173f..3515dd1e 100644 --- a/static/style.scss +++ b/static/style.scss @@ -166,7 +166,7 @@ The sidebar with all the events /* mostly for long links */ word-break: break-word; - article { + .eventtext { border-bottom: 1px solid black; margin-top: 1em; border-left-style: solid; -- cgit v1.2.3