From 3d34197437b65d06aed604c3b056299d35567cb0 Mon Sep 17 00:00:00 2001 From: Peter Stockings Date: Tue, 28 Mar 2023 20:50:08 +1100 Subject: [PATCH] Fix style issue where in yearly workout overview the month elements would increase in width with every workout added --- templates/partials/page/calendar.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/partials/page/calendar.html b/templates/partials/page/calendar.html index 7510ad2..33a7089 100644 --- a/templates/partials/page/calendar.html +++ b/templates/partials/page/calendar.html @@ -130,7 +130,7 @@ {% set last_day_of_month = date + relativedelta(day=31) %} {% set (first_day, last_day) = first_and_last_visible_days_in_month(first_day_of_month, last_day_of_month) %} -
+
{{