From 82b2f69005a7b3d301ea8e83ceeff2a561bba946 Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Mon, 2 Sep 2024 09:00:37 +0100 Subject: [PATCH] Fix text wrapping on gaps page --- templates/gaps.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/gaps.html b/templates/gaps.html index f3d587a..ceeed19 100644 --- a/templates/gaps.html +++ b/templates/gaps.html @@ -20,7 +20,7 @@ {% for event in gap.before %} -
+
{% if event.url %} {{ event.title_with_emoji }} {% else %} @@ -34,7 +34,7 @@ {{ gap.end.strftime("%A, %-d %b %Y") }} {% for event in gap.after %} -
+
{% if event.url %} {{ event.title_with_emoji }} {% else %}