From aa4237b934708ea3df9f654c09ca2ee651af131d Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Wed, 22 Mar 2017 10:57:38 +0000 Subject: [PATCH] Rationalise the spacing on the job page Having two different margin sizes here meant that the page jumped slightly once the report was ready to download. No good reason in favour of it. --- app/templates/partials/jobs/notifications.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/partials/jobs/notifications.html b/app/templates/partials/jobs/notifications.html index 9b7ef6817..8c2964bdd 100644 --- a/app/templates/partials/jobs/notifications.html +++ b/app/templates/partials/jobs/notifications.html @@ -24,7 +24,7 @@ {% if not help %} {% if percentage_complete < 100 %} -

+

Report is {{ "{:.0f}%".format(percentage_complete) }} complete…

{% elif notifications %}