diff --git a/core/static/core/forms.scss b/core/static/core/forms.scss index 2abffbba..fa34644d 100644 --- a/core/static/core/forms.scss +++ b/core/static/core/forms.scss @@ -141,7 +141,6 @@ form { display: block; margin: calc(var(--nf-input-size) * 1.5) auto 10px; line-height: 1; - white-space: nowrap; .fields-centered { padding: 10px 10px 0; diff --git a/eboutic/templates/eboutic/eboutic_checkout.jinja b/eboutic/templates/eboutic/eboutic_checkout.jinja index f842f536..ff7ef730 100644 --- a/eboutic/templates/eboutic/eboutic_checkout.jinja +++ b/eboutic/templates/eboutic/eboutic_checkout.jinja @@ -59,13 +59,21 @@
{% trans %}AE account payment disabled because your basket contains refilling items.{% endtrans %}
- {% elif basket.total > user.account_balance %} -{% trans %}AE account payment disabled because you do not have enough money remaining.{% endtrans %}
- {% else %} - - {% endif %} - -