From 39a0093c6b0712be6c1859fe7664cff9491295ee Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Tue, 12 Aug 2025 09:39:21 +0200 Subject: [PATCH] Fix subtotal rendering on mobile (#5365) --- .../presale/templates/pretixpresale/event/fragment_cart.html | 4 ++-- src/pretix/static/pretixpresale/scss/_cart.scss | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pretix/presale/templates/pretixpresale/event/fragment_cart.html b/src/pretix/presale/templates/pretixpresale/event/fragment_cart.html index c701718ea..9a16865eb 100644 --- a/src/pretix/presale/templates/pretixpresale/event/fragment_cart.html +++ b/src/pretix/presale/templates/pretixpresale/event/fragment_cart.html @@ -437,7 +437,7 @@ {% if not hide_prices %}
{% if event.settings.display_net_prices and cart.tax_total %} -
+
{% trans "Net total" %}
@@ -448,7 +448,7 @@
-
+
{% trans "Taxes" %}
diff --git a/src/pretix/static/pretixpresale/scss/_cart.scss b/src/pretix/static/pretixpresale/scss/_cart.scss index 2c91bf4b5..51a163d31 100644 --- a/src/pretix/static/pretixpresale/scss/_cart.scss +++ b/src/pretix/static/pretixpresale/scss/_cart.scss @@ -221,7 +221,7 @@ &.has-downloads.hide-prices .download-desktop { margin-left: 50%; } - &.total .product { + &.subtotal .product, &.total .product { width: 50%; } .count {