From 1b2137724c67a239759891049ba41dba54338f08 Mon Sep 17 00:00:00 2001 From: phillybroadbent Date: Wed, 26 Jul 2023 14:17:06 +0100 Subject: [PATCH] Reduced total width of money bar graph so it does not go over the line --- lowfat/templates/lowfat/finances.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lowfat/templates/lowfat/finances.html b/lowfat/templates/lowfat/finances.html index 17b31a02..f613afe5 100644 --- a/lowfat/templates/lowfat/finances.html +++ b/lowfat/templates/lowfat/finances.html @@ -3,28 +3,28 @@

Finances

{% if claimant.claimantship_spent > 0 %} - £{{ claimant.claimantship_spent|floatformat:2 }} {% endif %} {% if claimant.claimantship_committed > 0 %} - £{{ claimant.claimantship_committed|floatformat:2 }} {% endif %} {% if claimant.claimantship_available %} - £{{ claimant.claimantship_available|floatformat:2 }} {% endif %} {% if claimant.claimantship_passed %} - £{{ claimant.claimantship_passed|floatformat:2 }}