From e9afc539c8f0e5a110ee2f79ecaf6368aa89a31c Mon Sep 17 00:00:00 2001 From: Glandos Date: Thu, 8 Jul 2021 14:41:39 +0200 Subject: [PATCH] slightly more margin for details --- ihatemoney/templates/forms.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ihatemoney/templates/forms.html b/ihatemoney/templates/forms.html index 4b10902f..9e2625bc 100644 --- a/ihatemoney/templates/forms.html +++ b/ihatemoney/templates/forms.html @@ -142,7 +142,7 @@ -
+
{{ _("More options") }} {% if g.project.default_currency != "XXX" %} {{ input(form.original_currency, inline=True, class="form-control custom-select") }}