From 0e1936f5654780999626556d8af6a2596f185941 Mon Sep 17 00:00:00 2001 From: Luis Aleixo Date: Thu, 26 Aug 2021 10:25:04 +0200 Subject: [PATCH] Changed min-width property to apply only for the generated pdf --- .../templates/base/calculator.report.html.j2 | 40 +++++++++---------- 1 file changed, 18 insertions(+), 22 deletions(-) diff --git a/cara/apps/calculator/templates/base/calculator.report.html.j2 b/cara/apps/calculator/templates/base/calculator.report.html.j2 index 81ca8ae0..0cbe8eef 100644 --- a/cara/apps/calculator/templates/base/calculator.report.html.j2 +++ b/cara/apps/calculator/templates/base/calculator.report.html.j2 @@ -60,31 +60,27 @@

-
-
-
-
Probability of infection (%)
-
- {% block warning_animation %} -
- {{prob_inf | non_zero_percentage}} - - - - -
- {% endblock warning_animation %} + +
+
Probability of infection (%)
+
+ {% block warning_animation %} +
+ {{prob_inf | non_zero_percentage}} + + + +
-
-
-
- {% block report_summary %} - - {% endblock report_summary %} + {% endblock warning_animation %}
+ + {% block report_summary %} + + {% endblock report_summary %}
{% block report_summary_footnote %} {% endblock report_summary_footnote %}